Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + type Query interface + Delete func(id int64) error + FilterByAddressId func(ids ...int64) Query + FilterByCafeId func(ids ...int64) Query + FilterByCapacity func(capacities ...int64) Query + FilterById func(ids ...int64) Query + Get func() (*Warehouse, error) + Insert func(Warehouse) (Warehouse, error) + New func() Query + Page func(pageParams pgdb.OffsetPageParams) Query + Select func() ([]Warehouse, error) + Update func(Warehouse) (Warehouse, error) + func NewQuery(db *sqlx.DB) Query + type Warehouse struct + AddressId int64 + CafeId int64 + Capacity int64 + Id int64