Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) InventoryInventoriesSearch(params *InventoryInventoriesSearchParams, ...) (*InventoryInventoriesSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + InventoryInventoriesSearch func(params *InventoryInventoriesSearchParams, ...) (*InventoryInventoriesSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type InventoryInventoriesSearchOK struct + Payload *models.ListResponseInventories + func NewInventoryInventoriesSearchOK() *InventoryInventoriesSearchOK + func (o *InventoryInventoriesSearchOK) Error() string + func (o *InventoryInventoriesSearchOK) GetPayload() *models.ListResponseInventories + type InventoryInventoriesSearchParams struct + Context context.Context + Count *int64 + DateFrom string + DateTo string + Fields *string + From *int64 + HTTPClient *http.Client + ProductID *int32 + Sorting *string + func NewInventoryInventoriesSearchParams() *InventoryInventoriesSearchParams + func NewInventoryInventoriesSearchParamsWithContext(ctx context.Context) *InventoryInventoriesSearchParams + func NewInventoryInventoriesSearchParamsWithHTTPClient(client *http.Client) *InventoryInventoriesSearchParams + func NewInventoryInventoriesSearchParamsWithTimeout(timeout time.Duration) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) SetContext(ctx context.Context) + func (o *InventoryInventoriesSearchParams) SetCount(count *int64) + func (o *InventoryInventoriesSearchParams) SetDateFrom(dateFrom string) + func (o *InventoryInventoriesSearchParams) SetDateTo(dateTo string) + func (o *InventoryInventoriesSearchParams) SetFields(fields *string) + func (o *InventoryInventoriesSearchParams) SetFrom(from *int64) + func (o *InventoryInventoriesSearchParams) SetHTTPClient(client *http.Client) + func (o *InventoryInventoriesSearchParams) SetProductID(productID *int32) + func (o *InventoryInventoriesSearchParams) SetSorting(sorting *string) + func (o *InventoryInventoriesSearchParams) SetTimeout(timeout time.Duration) + func (o *InventoryInventoriesSearchParams) WithContext(ctx context.Context) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithCount(count *int64) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithDateFrom(dateFrom string) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithDateTo(dateTo string) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithFields(fields *string) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithFrom(from *int64) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithHTTPClient(client *http.Client) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithProductID(productID *int32) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithSorting(sorting *string) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WithTimeout(timeout time.Duration) *InventoryInventoriesSearchParams + func (o *InventoryInventoriesSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryInventoriesSearchReader struct + func (o *InventoryInventoriesSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2