Updated to latest Protobuf #3

Merged
fenpaws merged 5 commits from develop/protobuf into main 2024-07-09 20:34:10 +00:00
Showing only changes of commit decb5c661b - Show all commits

View File

@ -21,7 +21,7 @@ type Message struct {
createdAt *timestamp.Timestamp
}
type TaskExecution func(ctx context.Context, database database.OtterSpace, sourceUsername string, anthroveUser models.User, deepScrape bool, apiKey string, cancelFunction func()) error
type TaskExecution func(ctx context.Context, database database.OtterSpace, userSourceUsername string, anthroveUser models.User, deepScrape bool, apiKey string, cancelFunction func()) error
type SendMessageExecution func(ctx context.Context, userSourceID string, userSourceUsername string, message string) error
type GetMessageExecution func(ctx context.Context, userSourceID string, userSourceUsername string) ([]Message, error)