BindStruct, BindStructMap, BindStructMap returns *Queryx

This commit is contained in:
Michał Matczuk
2017-08-02 11:12:31 +02:00
parent 711e3369d6
commit fd4e0be6c8
5 changed files with 98 additions and 78 deletions

View File

@@ -5,3 +5,6 @@ type Builder interface {
// ToCql builds the query into a CQL string and named args.
ToCql() (stmt string, names []string)
}
// M is a map.
type M map[string]interface{}