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