start messing about with worker functions etc

This commit is contained in:
tobi 2025-05-24 17:17:26 +02:00
commit 060ef4149b
15 changed files with 649 additions and 119 deletions

View file

@ -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.
*/