mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 20:49:30 -06:00
fiddle around with workers
This commit is contained in:
parent
c4d63d125b
commit
2f57eb5ece
7 changed files with 135 additions and 427 deletions
5
internal/media/process.go
Normal file
5
internal/media/process.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package media
|
||||
|
||||
import "context"
|
||||
|
||||
type mediaProcessingFunction func(ctx context.Context, data []byte, contentType string, accountID string)
|
||||
Loading…
Add table
Add a link
Reference in a new issue