mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 03:37:28 -06:00
start messing about with worker functions etc
This commit is contained in:
parent
b6ff55662e
commit
060ef4149b
15 changed files with 649 additions and 119 deletions
|
|
@ -51,6 +51,11 @@ var _ interface {
|
|||
Move(context.Context, vocab.ActivityStreamsMove) error
|
||||
Flag(context.Context, vocab.ActivityStreamsFlag) error
|
||||
|
||||
// Custom types.
|
||||
LikeRequest(context.Context, vocab.GoToSocialLikeRequest) error
|
||||
ReplyRequest(context.Context, vocab.GoToSocialReplyRequest) error
|
||||
AnnounceRequest(context.Context, vocab.GoToSocialAnnounceRequest) error
|
||||
|
||||
/*
|
||||
Extra/convenience functionality.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue