1 2 3 4 5 6 7 8 9 10 11
package sqlitedialect import ( "reflect" "github.com/uptrace/bun/schema" ) func scanner(typ reflect.Type) schema.ScannerFunc { return schema.Scanner(typ) }