func github.com/go-pg/pg/v10/orm.GetTable

9 uses

	github.com/go-pg/pg/v10/orm (current package)
		composite.go#L24: 			table = GetTable(typ)
		composite.go#L84: 			table = GetTable(typ)
		model.go#L82: 			return newStructTableModel(GetTable(typ)), nil
		model_table.go#L39: 			table: GetTable(typ),
		model_table.go#L52: 					table: GetTable(structType),
		model_table_slice.go#L24: 			table: GetTable(elemType),
		model_table_struct.go#L35: 		table: GetTable(v.Type()),
		table_params.go#L22: 		table: GetTable(v.Type()),
		tables.go#L45: func GetTable(typ reflect.Type) *Table {