Documentation ¶ Index ¶ type Querier Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Querier ¶ type Querier interface { // FindByNameAndAge query data by name and age and return it as map // // where("name=@name AND age=@age") FindByNameAndAge(name string, age int) (gen.M, error) } Source Files ¶ View all Source files querys.go Click to show internal directories. Click to hide internal directories.