Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingredient ¶
type Query ¶
type Query interface { New() Query Get() (*Ingredient, error) Select() ([]Ingredient, error) Insert(Ingredient) (Ingredient, error) Update(Ingredient) (Ingredient, error) Delete(id int64) error Page(pageParams pgdb.OffsetPageParams) Query FilterById(ids ...int64) Query FilterByName(names ...string) Query }
Click to show internal directories.
Click to hide internal directories.