Documentation ¶
Index ¶
- func AddressesQuery(r *http.Request) address.Query
- func CtxAddressesQuery(entry address.Query) func(context.Context) context.Context
- func CtxDeliveriesQuery(entry delivery.Query) func(context.Context) context.Context
- func CtxIngredientsQuery(entry ingredient.Query) func(context.Context) context.Context
- func CtxLog(entry *logan.Entry) func(context.Context) context.Context
- func CtxUsedIngredientsQuery(entry usedIngredient.Query) func(context.Context) context.Context
- func CtxWarehouseIngredientsQuery(entry warehouseIngredient.Query) func(context.Context) context.Context
- func CtxWarehousesQuery(entry warehouse.Query) func(context.Context) context.Context
- func DeliveriesQuery(r *http.Request) delivery.Query
- func GetOffsetLinks(r *http.Request, p pgdb.OffsetPageParams) *resources.Links
- func IngredientsQuery(r *http.Request) ingredient.Query
- func IsDate(value interface{}) error
- func IsInteger(value interface{}) error
- func Log(r *http.Request) *logan.Entry
- func MergeErrors(validationErrors ...validation.Errors) validation.Errors
- func UsedIngredientsQuery(r *http.Request) usedIngredient.Query
- func WarehouseIngredientsQuery(r *http.Request) warehouseIngredient.Query
- func WarehousesQuery(r *http.Request) warehouse.Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CtxAddressesQuery ¶
func CtxDeliveriesQuery ¶
func CtxIngredientsQuery ¶
func CtxUsedIngredientsQuery ¶
func CtxWarehousesQuery ¶
func GetOffsetLinks ¶
func IngredientsQuery ¶
func IngredientsQuery(r *http.Request) ingredient.Query
func MergeErrors ¶
func MergeErrors(validationErrors ...validation.Errors) validation.Errors
func UsedIngredientsQuery ¶
func UsedIngredientsQuery(r *http.Request) usedIngredient.Query
func WarehouseIngredientsQuery ¶
func WarehouseIngredientsQuery(r *http.Request) warehouseIngredient.Query
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.