mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:42:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package sqlitedialect
 | |
| 
 | |
| import (
 | |
| 	"reflect"
 | |
| 
 | |
| 	"github.com/uptrace/bun/schema"
 | |
| )
 | |
| 
 | |
| func scanner(typ reflect.Type) schema.ScannerFunc {
 | |
| 	return schema.Scanner(typ)
 | |
| }
 |