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) ProductGroupDelete(params *ProductGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + func (a *Client) ProductGroupGet(params *ProductGroupGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupGetOK, error) + func (a *Client) ProductGroupListDeleteByIds(params *ProductGroupListDeleteByIdsParams, ...) error + func (a *Client) ProductGroupListPostList(params *ProductGroupListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupListPostListCreated, error) + func (a *Client) ProductGroupListPutList(params *ProductGroupListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupListPutListOK, error) + func (a *Client) ProductGroupPost(params *ProductGroupPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupPostCreated, error) + func (a *Client) ProductGroupPut(params *ProductGroupPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupPutOK, error) + func (a *Client) ProductGroupSearch(params *ProductGroupSearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + ProductGroupDelete func(params *ProductGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter) error + ProductGroupGet func(params *ProductGroupGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupGetOK, error) + ProductGroupListDeleteByIds func(params *ProductGroupListDeleteByIdsParams, ...) error + ProductGroupListPostList func(params *ProductGroupListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupListPostListCreated, error) + ProductGroupListPutList func(params *ProductGroupListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupListPutListOK, error) + ProductGroupPost func(params *ProductGroupPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupPostCreated, error) + ProductGroupPut func(params *ProductGroupPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupPutOK, error) + ProductGroupSearch func(params *ProductGroupSearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ProductGroupDeleteDefault struct + func NewProductGroupDeleteDefault(code int) *ProductGroupDeleteDefault + func (o *ProductGroupDeleteDefault) Code() int + func (o *ProductGroupDeleteDefault) Error() string + type ProductGroupDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewProductGroupDeleteParams() *ProductGroupDeleteParams + func NewProductGroupDeleteParamsWithContext(ctx context.Context) *ProductGroupDeleteParams + func NewProductGroupDeleteParamsWithHTTPClient(client *http.Client) *ProductGroupDeleteParams + func NewProductGroupDeleteParamsWithTimeout(timeout time.Duration) *ProductGroupDeleteParams + func (o *ProductGroupDeleteParams) SetContext(ctx context.Context) + func (o *ProductGroupDeleteParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupDeleteParams) SetID(id int32) + func (o *ProductGroupDeleteParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupDeleteParams) WithContext(ctx context.Context) *ProductGroupDeleteParams + func (o *ProductGroupDeleteParams) WithHTTPClient(client *http.Client) *ProductGroupDeleteParams + func (o *ProductGroupDeleteParams) WithID(id int32) *ProductGroupDeleteParams + func (o *ProductGroupDeleteParams) WithTimeout(timeout time.Duration) *ProductGroupDeleteParams + func (o *ProductGroupDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupDeleteReader struct + func (o *ProductGroupDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupGetOK struct + Payload *models.ResponseWrapperProductGroup + func NewProductGroupGetOK() *ProductGroupGetOK + func (o *ProductGroupGetOK) Error() string + func (o *ProductGroupGetOK) GetPayload() *models.ResponseWrapperProductGroup + type ProductGroupGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewProductGroupGetParams() *ProductGroupGetParams + func NewProductGroupGetParamsWithContext(ctx context.Context) *ProductGroupGetParams + func NewProductGroupGetParamsWithHTTPClient(client *http.Client) *ProductGroupGetParams + func NewProductGroupGetParamsWithTimeout(timeout time.Duration) *ProductGroupGetParams + func (o *ProductGroupGetParams) SetContext(ctx context.Context) + func (o *ProductGroupGetParams) SetFields(fields *string) + func (o *ProductGroupGetParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupGetParams) SetID(id int32) + func (o *ProductGroupGetParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupGetParams) WithContext(ctx context.Context) *ProductGroupGetParams + func (o *ProductGroupGetParams) WithFields(fields *string) *ProductGroupGetParams + func (o *ProductGroupGetParams) WithHTTPClient(client *http.Client) *ProductGroupGetParams + func (o *ProductGroupGetParams) WithID(id int32) *ProductGroupGetParams + func (o *ProductGroupGetParams) WithTimeout(timeout time.Duration) *ProductGroupGetParams + func (o *ProductGroupGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupGetReader struct + func (o *ProductGroupGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupListDeleteByIdsDefault struct + func NewProductGroupListDeleteByIdsDefault(code int) *ProductGroupListDeleteByIdsDefault + func (o *ProductGroupListDeleteByIdsDefault) Code() int + func (o *ProductGroupListDeleteByIdsDefault) Error() string + type ProductGroupListDeleteByIdsParams struct + Context context.Context + HTTPClient *http.Client + Ids string + func NewProductGroupListDeleteByIdsParams() *ProductGroupListDeleteByIdsParams + func NewProductGroupListDeleteByIdsParamsWithContext(ctx context.Context) *ProductGroupListDeleteByIdsParams + func NewProductGroupListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProductGroupListDeleteByIdsParams + func NewProductGroupListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProductGroupListDeleteByIdsParams + func (o *ProductGroupListDeleteByIdsParams) SetContext(ctx context.Context) + func (o *ProductGroupListDeleteByIdsParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupListDeleteByIdsParams) SetIds(ids string) + func (o *ProductGroupListDeleteByIdsParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupListDeleteByIdsParams) WithContext(ctx context.Context) *ProductGroupListDeleteByIdsParams + func (o *ProductGroupListDeleteByIdsParams) WithHTTPClient(client *http.Client) *ProductGroupListDeleteByIdsParams + func (o *ProductGroupListDeleteByIdsParams) WithIds(ids string) *ProductGroupListDeleteByIdsParams + func (o *ProductGroupListDeleteByIdsParams) WithTimeout(timeout time.Duration) *ProductGroupListDeleteByIdsParams + func (o *ProductGroupListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupListDeleteByIdsReader struct + func (o *ProductGroupListDeleteByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupListPostListCreated struct + Payload *models.ListResponseProductGroup + func NewProductGroupListPostListCreated() *ProductGroupListPostListCreated + func (o *ProductGroupListPostListCreated) Error() string + func (o *ProductGroupListPostListCreated) GetPayload() *models.ListResponseProductGroup + type ProductGroupListPostListParams struct + Body []*models.ProductGroup + Context context.Context + HTTPClient *http.Client + func NewProductGroupListPostListParams() *ProductGroupListPostListParams + func NewProductGroupListPostListParamsWithContext(ctx context.Context) *ProductGroupListPostListParams + func NewProductGroupListPostListParamsWithHTTPClient(client *http.Client) *ProductGroupListPostListParams + func NewProductGroupListPostListParamsWithTimeout(timeout time.Duration) *ProductGroupListPostListParams + func (o *ProductGroupListPostListParams) SetBody(body []*models.ProductGroup) + func (o *ProductGroupListPostListParams) SetContext(ctx context.Context) + func (o *ProductGroupListPostListParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupListPostListParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupListPostListParams) WithBody(body []*models.ProductGroup) *ProductGroupListPostListParams + func (o *ProductGroupListPostListParams) WithContext(ctx context.Context) *ProductGroupListPostListParams + func (o *ProductGroupListPostListParams) WithHTTPClient(client *http.Client) *ProductGroupListPostListParams + func (o *ProductGroupListPostListParams) WithTimeout(timeout time.Duration) *ProductGroupListPostListParams + func (o *ProductGroupListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupListPostListReader struct + func (o *ProductGroupListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupListPutListOK struct + Payload *models.ListResponseProductGroup + func NewProductGroupListPutListOK() *ProductGroupListPutListOK + func (o *ProductGroupListPutListOK) Error() string + func (o *ProductGroupListPutListOK) GetPayload() *models.ListResponseProductGroup + type ProductGroupListPutListParams struct + Body []*models.ProductGroup + Context context.Context + HTTPClient *http.Client + func NewProductGroupListPutListParams() *ProductGroupListPutListParams + func NewProductGroupListPutListParamsWithContext(ctx context.Context) *ProductGroupListPutListParams + func NewProductGroupListPutListParamsWithHTTPClient(client *http.Client) *ProductGroupListPutListParams + func NewProductGroupListPutListParamsWithTimeout(timeout time.Duration) *ProductGroupListPutListParams + func (o *ProductGroupListPutListParams) SetBody(body []*models.ProductGroup) + func (o *ProductGroupListPutListParams) SetContext(ctx context.Context) + func (o *ProductGroupListPutListParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupListPutListParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupListPutListParams) WithBody(body []*models.ProductGroup) *ProductGroupListPutListParams + func (o *ProductGroupListPutListParams) WithContext(ctx context.Context) *ProductGroupListPutListParams + func (o *ProductGroupListPutListParams) WithHTTPClient(client *http.Client) *ProductGroupListPutListParams + func (o *ProductGroupListPutListParams) WithTimeout(timeout time.Duration) *ProductGroupListPutListParams + func (o *ProductGroupListPutListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupListPutListReader struct + func (o *ProductGroupListPutListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupPostCreated struct + Payload *models.ResponseWrapperProductGroup + func NewProductGroupPostCreated() *ProductGroupPostCreated + func (o *ProductGroupPostCreated) Error() string + func (o *ProductGroupPostCreated) GetPayload() *models.ResponseWrapperProductGroup + type ProductGroupPostParams struct + Body *models.ProductGroup + Context context.Context + HTTPClient *http.Client + func NewProductGroupPostParams() *ProductGroupPostParams + func NewProductGroupPostParamsWithContext(ctx context.Context) *ProductGroupPostParams + func NewProductGroupPostParamsWithHTTPClient(client *http.Client) *ProductGroupPostParams + func NewProductGroupPostParamsWithTimeout(timeout time.Duration) *ProductGroupPostParams + func (o *ProductGroupPostParams) SetBody(body *models.ProductGroup) + func (o *ProductGroupPostParams) SetContext(ctx context.Context) + func (o *ProductGroupPostParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupPostParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupPostParams) WithBody(body *models.ProductGroup) *ProductGroupPostParams + func (o *ProductGroupPostParams) WithContext(ctx context.Context) *ProductGroupPostParams + func (o *ProductGroupPostParams) WithHTTPClient(client *http.Client) *ProductGroupPostParams + func (o *ProductGroupPostParams) WithTimeout(timeout time.Duration) *ProductGroupPostParams + func (o *ProductGroupPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupPostReader struct + func (o *ProductGroupPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupPutOK struct + Payload *models.ResponseWrapperProductGroup + func NewProductGroupPutOK() *ProductGroupPutOK + func (o *ProductGroupPutOK) Error() string + func (o *ProductGroupPutOK) GetPayload() *models.ResponseWrapperProductGroup + type ProductGroupPutParams struct + Body *models.ProductGroup + Context context.Context + HTTPClient *http.Client + ID int32 + func NewProductGroupPutParams() *ProductGroupPutParams + func NewProductGroupPutParamsWithContext(ctx context.Context) *ProductGroupPutParams + func NewProductGroupPutParamsWithHTTPClient(client *http.Client) *ProductGroupPutParams + func NewProductGroupPutParamsWithTimeout(timeout time.Duration) *ProductGroupPutParams + func (o *ProductGroupPutParams) SetBody(body *models.ProductGroup) + func (o *ProductGroupPutParams) SetContext(ctx context.Context) + func (o *ProductGroupPutParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupPutParams) SetID(id int32) + func (o *ProductGroupPutParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupPutParams) WithBody(body *models.ProductGroup) *ProductGroupPutParams + func (o *ProductGroupPutParams) WithContext(ctx context.Context) *ProductGroupPutParams + func (o *ProductGroupPutParams) WithHTTPClient(client *http.Client) *ProductGroupPutParams + func (o *ProductGroupPutParams) WithID(id int32) *ProductGroupPutParams + func (o *ProductGroupPutParams) WithTimeout(timeout time.Duration) *ProductGroupPutParams + func (o *ProductGroupPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupPutReader struct + func (o *ProductGroupPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupSearchOK struct + Payload *models.ListResponseProductGroup + func NewProductGroupSearchOK() *ProductGroupSearchOK + func (o *ProductGroupSearchOK) Error() string + func (o *ProductGroupSearchOK) GetPayload() *models.ListResponseProductGroup + type ProductGroupSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + Name *string + Sorting *string + func NewProductGroupSearchParams() *ProductGroupSearchParams + func NewProductGroupSearchParamsWithContext(ctx context.Context) *ProductGroupSearchParams + func NewProductGroupSearchParamsWithHTTPClient(client *http.Client) *ProductGroupSearchParams + func NewProductGroupSearchParamsWithTimeout(timeout time.Duration) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) SetContext(ctx context.Context) + func (o *ProductGroupSearchParams) SetCount(count *int64) + func (o *ProductGroupSearchParams) SetFields(fields *string) + func (o *ProductGroupSearchParams) SetFrom(from *int64) + func (o *ProductGroupSearchParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupSearchParams) SetID(id *string) + func (o *ProductGroupSearchParams) SetName(name *string) + func (o *ProductGroupSearchParams) SetSorting(sorting *string) + func (o *ProductGroupSearchParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupSearchParams) WithContext(ctx context.Context) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithCount(count *int64) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithFields(fields *string) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithFrom(from *int64) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithHTTPClient(client *http.Client) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithID(id *string) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithName(name *string) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithSorting(sorting *string) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WithTimeout(timeout time.Duration) *ProductGroupSearchParams + func (o *ProductGroupSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupSearchReader struct + func (o *ProductGroupSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go