mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 04:32:24 -06: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)
|