Versions in this module Expand all Collapse all v2 v2.0.2 May 1, 2023 v2.0.1 Nov 30, 2020 v2.0.0 Nov 30, 2020 Changes in this version + type Client struct + func (a *Client) InventoryStocktakingProductlineDelete(params *InventoryStocktakingProductlineDeleteParams, ...) error + func (a *Client) InventoryStocktakingProductlineGet(params *InventoryStocktakingProductlineGetParams, ...) (*InventoryStocktakingProductlineGetOK, error) + func (a *Client) InventoryStocktakingProductlinePost(params *InventoryStocktakingProductlinePostParams, ...) (*InventoryStocktakingProductlinePostCreated, error) + func (a *Client) InventoryStocktakingProductlinePut(params *InventoryStocktakingProductlinePutParams, ...) (*InventoryStocktakingProductlinePutOK, error) + func (a *Client) InventoryStocktakingProductlineSearch(params *InventoryStocktakingProductlineSearchParams, ...) (*InventoryStocktakingProductlineSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + InventoryStocktakingProductlineDelete func(params *InventoryStocktakingProductlineDeleteParams, ...) error + InventoryStocktakingProductlineGet func(params *InventoryStocktakingProductlineGetParams, ...) (*InventoryStocktakingProductlineGetOK, error) + InventoryStocktakingProductlinePost func(params *InventoryStocktakingProductlinePostParams, ...) (*InventoryStocktakingProductlinePostCreated, error) + InventoryStocktakingProductlinePut func(params *InventoryStocktakingProductlinePutParams, ...) (*InventoryStocktakingProductlinePutOK, error) + InventoryStocktakingProductlineSearch func(params *InventoryStocktakingProductlineSearchParams, ...) (*InventoryStocktakingProductlineSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type InventoryStocktakingProductlineDeleteDefault struct + func NewInventoryStocktakingProductlineDeleteDefault(code int) *InventoryStocktakingProductlineDeleteDefault + func (o *InventoryStocktakingProductlineDeleteDefault) Code() int + func (o *InventoryStocktakingProductlineDeleteDefault) Error() string + type InventoryStocktakingProductlineDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewInventoryStocktakingProductlineDeleteParams() *InventoryStocktakingProductlineDeleteParams + func NewInventoryStocktakingProductlineDeleteParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineDeleteParams + func NewInventoryStocktakingProductlineDeleteParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineDeleteParams + func NewInventoryStocktakingProductlineDeleteParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineDeleteParams + func (o *InventoryStocktakingProductlineDeleteParams) SetContext(ctx context.Context) + func (o *InventoryStocktakingProductlineDeleteParams) SetHTTPClient(client *http.Client) + func (o *InventoryStocktakingProductlineDeleteParams) SetID(id int32) + func (o *InventoryStocktakingProductlineDeleteParams) SetTimeout(timeout time.Duration) + func (o *InventoryStocktakingProductlineDeleteParams) WithContext(ctx context.Context) *InventoryStocktakingProductlineDeleteParams + func (o *InventoryStocktakingProductlineDeleteParams) WithHTTPClient(client *http.Client) *InventoryStocktakingProductlineDeleteParams + func (o *InventoryStocktakingProductlineDeleteParams) WithID(id int32) *InventoryStocktakingProductlineDeleteParams + func (o *InventoryStocktakingProductlineDeleteParams) WithTimeout(timeout time.Duration) *InventoryStocktakingProductlineDeleteParams + func (o *InventoryStocktakingProductlineDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryStocktakingProductlineDeleteReader struct + func (o *InventoryStocktakingProductlineDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InventoryStocktakingProductlineGetOK struct + Payload *models.ResponseWrapperProductLine + func NewInventoryStocktakingProductlineGetOK() *InventoryStocktakingProductlineGetOK + func (o *InventoryStocktakingProductlineGetOK) Error() string + func (o *InventoryStocktakingProductlineGetOK) GetPayload() *models.ResponseWrapperProductLine + type InventoryStocktakingProductlineGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewInventoryStocktakingProductlineGetParams() *InventoryStocktakingProductlineGetParams + func NewInventoryStocktakingProductlineGetParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineGetParams + func NewInventoryStocktakingProductlineGetParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineGetParams + func NewInventoryStocktakingProductlineGetParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) SetContext(ctx context.Context) + func (o *InventoryStocktakingProductlineGetParams) SetFields(fields *string) + func (o *InventoryStocktakingProductlineGetParams) SetHTTPClient(client *http.Client) + func (o *InventoryStocktakingProductlineGetParams) SetID(id int32) + func (o *InventoryStocktakingProductlineGetParams) SetTimeout(timeout time.Duration) + func (o *InventoryStocktakingProductlineGetParams) WithContext(ctx context.Context) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) WithFields(fields *string) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) WithHTTPClient(client *http.Client) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) WithID(id int32) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) WithTimeout(timeout time.Duration) *InventoryStocktakingProductlineGetParams + func (o *InventoryStocktakingProductlineGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryStocktakingProductlineGetReader struct + func (o *InventoryStocktakingProductlineGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InventoryStocktakingProductlinePostCreated struct + Payload *models.ResponseWrapperProductLine + func NewInventoryStocktakingProductlinePostCreated() *InventoryStocktakingProductlinePostCreated + func (o *InventoryStocktakingProductlinePostCreated) Error() string + func (o *InventoryStocktakingProductlinePostCreated) GetPayload() *models.ResponseWrapperProductLine + type InventoryStocktakingProductlinePostParams struct + Body *models.ProductLine + Context context.Context + HTTPClient *http.Client + func NewInventoryStocktakingProductlinePostParams() *InventoryStocktakingProductlinePostParams + func NewInventoryStocktakingProductlinePostParamsWithContext(ctx context.Context) *InventoryStocktakingProductlinePostParams + func NewInventoryStocktakingProductlinePostParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePostParams + func NewInventoryStocktakingProductlinePostParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePostParams + func (o *InventoryStocktakingProductlinePostParams) SetBody(body *models.ProductLine) + func (o *InventoryStocktakingProductlinePostParams) SetContext(ctx context.Context) + func (o *InventoryStocktakingProductlinePostParams) SetHTTPClient(client *http.Client) + func (o *InventoryStocktakingProductlinePostParams) SetTimeout(timeout time.Duration) + func (o *InventoryStocktakingProductlinePostParams) WithBody(body *models.ProductLine) *InventoryStocktakingProductlinePostParams + func (o *InventoryStocktakingProductlinePostParams) WithContext(ctx context.Context) *InventoryStocktakingProductlinePostParams + func (o *InventoryStocktakingProductlinePostParams) WithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePostParams + func (o *InventoryStocktakingProductlinePostParams) WithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePostParams + func (o *InventoryStocktakingProductlinePostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryStocktakingProductlinePostReader struct + func (o *InventoryStocktakingProductlinePostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InventoryStocktakingProductlinePutOK struct + Payload *models.ResponseWrapperProductLine + func NewInventoryStocktakingProductlinePutOK() *InventoryStocktakingProductlinePutOK + func (o *InventoryStocktakingProductlinePutOK) Error() string + func (o *InventoryStocktakingProductlinePutOK) GetPayload() *models.ResponseWrapperProductLine + type InventoryStocktakingProductlinePutParams struct + Body *models.ProductLine + Context context.Context + HTTPClient *http.Client + ID int32 + func NewInventoryStocktakingProductlinePutParams() *InventoryStocktakingProductlinePutParams + func NewInventoryStocktakingProductlinePutParamsWithContext(ctx context.Context) *InventoryStocktakingProductlinePutParams + func NewInventoryStocktakingProductlinePutParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePutParams + func NewInventoryStocktakingProductlinePutParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) SetBody(body *models.ProductLine) + func (o *InventoryStocktakingProductlinePutParams) SetContext(ctx context.Context) + func (o *InventoryStocktakingProductlinePutParams) SetHTTPClient(client *http.Client) + func (o *InventoryStocktakingProductlinePutParams) SetID(id int32) + func (o *InventoryStocktakingProductlinePutParams) SetTimeout(timeout time.Duration) + func (o *InventoryStocktakingProductlinePutParams) WithBody(body *models.ProductLine) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) WithContext(ctx context.Context) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) WithHTTPClient(client *http.Client) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) WithID(id int32) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) WithTimeout(timeout time.Duration) *InventoryStocktakingProductlinePutParams + func (o *InventoryStocktakingProductlinePutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryStocktakingProductlinePutReader struct + func (o *InventoryStocktakingProductlinePutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InventoryStocktakingProductlineSearchOK struct + Payload *models.ListResponseProductLine + func NewInventoryStocktakingProductlineSearchOK() *InventoryStocktakingProductlineSearchOK + func (o *InventoryStocktakingProductlineSearchOK) Error() string + func (o *InventoryStocktakingProductlineSearchOK) GetPayload() *models.ListResponseProductLine + type InventoryStocktakingProductlineSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + Sorting *string + StocktakingID int32 + func NewInventoryStocktakingProductlineSearchParams() *InventoryStocktakingProductlineSearchParams + func NewInventoryStocktakingProductlineSearchParamsWithContext(ctx context.Context) *InventoryStocktakingProductlineSearchParams + func NewInventoryStocktakingProductlineSearchParamsWithHTTPClient(client *http.Client) *InventoryStocktakingProductlineSearchParams + func NewInventoryStocktakingProductlineSearchParamsWithTimeout(timeout time.Duration) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) SetContext(ctx context.Context) + func (o *InventoryStocktakingProductlineSearchParams) SetCount(count *int64) + func (o *InventoryStocktakingProductlineSearchParams) SetFields(fields *string) + func (o *InventoryStocktakingProductlineSearchParams) SetFrom(from *int64) + func (o *InventoryStocktakingProductlineSearchParams) SetHTTPClient(client *http.Client) + func (o *InventoryStocktakingProductlineSearchParams) SetSorting(sorting *string) + func (o *InventoryStocktakingProductlineSearchParams) SetStocktakingID(stocktakingID int32) + func (o *InventoryStocktakingProductlineSearchParams) SetTimeout(timeout time.Duration) + func (o *InventoryStocktakingProductlineSearchParams) WithContext(ctx context.Context) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithCount(count *int64) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithFields(fields *string) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithFrom(from *int64) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithHTTPClient(client *http.Client) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithSorting(sorting *string) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithStocktakingID(stocktakingID int32) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WithTimeout(timeout time.Duration) *InventoryStocktakingProductlineSearchParams + func (o *InventoryStocktakingProductlineSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InventoryStocktakingProductlineSearchReader struct + func (o *InventoryStocktakingProductlineSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go