mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 10:52:25 -05:00
6 lines
139 B
Go
6 lines
139 B
Go
|
|
package media
|
||
|
|
|
||
|
|
import "context"
|
||
|
|
|
||
|
|
type mediaProcessingFunction func(ctx context.Context, data []byte, contentType string, accountID string)
|