1 2 3 4 5
package media import "context" type mediaProcessingFunction func(ctx context.Context, data []byte, contentType string, accountID string)