mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 18:02:26 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package le
 | 
						|
 | 
						|
type Indexer interface {
 | 
						|
	int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64
 | 
						|
}
 |