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) ProductGroupRelationDelete(params *ProductGroupRelationDeleteParams, ...) error + func (a *Client) ProductGroupRelationGet(params *ProductGroupRelationGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupRelationGetOK, error) + func (a *Client) ProductGroupRelationListDeleteByIds(params *ProductGroupRelationListDeleteByIdsParams, ...) error + func (a *Client) ProductGroupRelationListPostList(params *ProductGroupRelationListPostListParams, ...) (*ProductGroupRelationListPostListCreated, error) + func (a *Client) ProductGroupRelationPost(params *ProductGroupRelationPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupRelationPostCreated, error) + func (a *Client) ProductGroupRelationSearch(params *ProductGroupRelationSearchParams, ...) (*ProductGroupRelationSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + ProductGroupRelationDelete func(params *ProductGroupRelationDeleteParams, ...) error + ProductGroupRelationGet func(params *ProductGroupRelationGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupRelationGetOK, error) + ProductGroupRelationListDeleteByIds func(params *ProductGroupRelationListDeleteByIdsParams, ...) error + ProductGroupRelationListPostList func(params *ProductGroupRelationListPostListParams, ...) (*ProductGroupRelationListPostListCreated, error) + ProductGroupRelationPost func(params *ProductGroupRelationPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProductGroupRelationPostCreated, error) + ProductGroupRelationSearch func(params *ProductGroupRelationSearchParams, ...) (*ProductGroupRelationSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ProductGroupRelationDeleteDefault struct + func NewProductGroupRelationDeleteDefault(code int) *ProductGroupRelationDeleteDefault + func (o *ProductGroupRelationDeleteDefault) Code() int + func (o *ProductGroupRelationDeleteDefault) Error() string + type ProductGroupRelationDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewProductGroupRelationDeleteParams() *ProductGroupRelationDeleteParams + func NewProductGroupRelationDeleteParamsWithContext(ctx context.Context) *ProductGroupRelationDeleteParams + func NewProductGroupRelationDeleteParamsWithHTTPClient(client *http.Client) *ProductGroupRelationDeleteParams + func NewProductGroupRelationDeleteParamsWithTimeout(timeout time.Duration) *ProductGroupRelationDeleteParams + func (o *ProductGroupRelationDeleteParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationDeleteParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationDeleteParams) SetID(id int32) + func (o *ProductGroupRelationDeleteParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationDeleteParams) WithContext(ctx context.Context) *ProductGroupRelationDeleteParams + func (o *ProductGroupRelationDeleteParams) WithHTTPClient(client *http.Client) *ProductGroupRelationDeleteParams + func (o *ProductGroupRelationDeleteParams) WithID(id int32) *ProductGroupRelationDeleteParams + func (o *ProductGroupRelationDeleteParams) WithTimeout(timeout time.Duration) *ProductGroupRelationDeleteParams + func (o *ProductGroupRelationDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationDeleteReader struct + func (o *ProductGroupRelationDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupRelationGetOK struct + Payload *models.ResponseWrapperProductGroupRelation + func NewProductGroupRelationGetOK() *ProductGroupRelationGetOK + func (o *ProductGroupRelationGetOK) Error() string + func (o *ProductGroupRelationGetOK) GetPayload() *models.ResponseWrapperProductGroupRelation + type ProductGroupRelationGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewProductGroupRelationGetParams() *ProductGroupRelationGetParams + func NewProductGroupRelationGetParamsWithContext(ctx context.Context) *ProductGroupRelationGetParams + func NewProductGroupRelationGetParamsWithHTTPClient(client *http.Client) *ProductGroupRelationGetParams + func NewProductGroupRelationGetParamsWithTimeout(timeout time.Duration) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationGetParams) SetFields(fields *string) + func (o *ProductGroupRelationGetParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationGetParams) SetID(id int32) + func (o *ProductGroupRelationGetParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationGetParams) WithContext(ctx context.Context) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) WithFields(fields *string) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) WithHTTPClient(client *http.Client) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) WithID(id int32) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) WithTimeout(timeout time.Duration) *ProductGroupRelationGetParams + func (o *ProductGroupRelationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationGetReader struct + func (o *ProductGroupRelationGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupRelationListDeleteByIdsDefault struct + func NewProductGroupRelationListDeleteByIdsDefault(code int) *ProductGroupRelationListDeleteByIdsDefault + func (o *ProductGroupRelationListDeleteByIdsDefault) Code() int + func (o *ProductGroupRelationListDeleteByIdsDefault) Error() string + type ProductGroupRelationListDeleteByIdsParams struct + Context context.Context + HTTPClient *http.Client + Ids string + func NewProductGroupRelationListDeleteByIdsParams() *ProductGroupRelationListDeleteByIdsParams + func NewProductGroupRelationListDeleteByIdsParamsWithContext(ctx context.Context) *ProductGroupRelationListDeleteByIdsParams + func NewProductGroupRelationListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProductGroupRelationListDeleteByIdsParams + func NewProductGroupRelationListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProductGroupRelationListDeleteByIdsParams + func (o *ProductGroupRelationListDeleteByIdsParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationListDeleteByIdsParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationListDeleteByIdsParams) SetIds(ids string) + func (o *ProductGroupRelationListDeleteByIdsParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationListDeleteByIdsParams) WithContext(ctx context.Context) *ProductGroupRelationListDeleteByIdsParams + func (o *ProductGroupRelationListDeleteByIdsParams) WithHTTPClient(client *http.Client) *ProductGroupRelationListDeleteByIdsParams + func (o *ProductGroupRelationListDeleteByIdsParams) WithIds(ids string) *ProductGroupRelationListDeleteByIdsParams + func (o *ProductGroupRelationListDeleteByIdsParams) WithTimeout(timeout time.Duration) *ProductGroupRelationListDeleteByIdsParams + func (o *ProductGroupRelationListDeleteByIdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationListDeleteByIdsReader struct + func (o *ProductGroupRelationListDeleteByIdsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupRelationListPostListCreated struct + Payload *models.ListResponseProductGroupRelation + func NewProductGroupRelationListPostListCreated() *ProductGroupRelationListPostListCreated + func (o *ProductGroupRelationListPostListCreated) Error() string + func (o *ProductGroupRelationListPostListCreated) GetPayload() *models.ListResponseProductGroupRelation + type ProductGroupRelationListPostListParams struct + Body []*models.ProductGroupRelation + Context context.Context + HTTPClient *http.Client + func NewProductGroupRelationListPostListParams() *ProductGroupRelationListPostListParams + func NewProductGroupRelationListPostListParamsWithContext(ctx context.Context) *ProductGroupRelationListPostListParams + func NewProductGroupRelationListPostListParamsWithHTTPClient(client *http.Client) *ProductGroupRelationListPostListParams + func NewProductGroupRelationListPostListParamsWithTimeout(timeout time.Duration) *ProductGroupRelationListPostListParams + func (o *ProductGroupRelationListPostListParams) SetBody(body []*models.ProductGroupRelation) + func (o *ProductGroupRelationListPostListParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationListPostListParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationListPostListParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationListPostListParams) WithBody(body []*models.ProductGroupRelation) *ProductGroupRelationListPostListParams + func (o *ProductGroupRelationListPostListParams) WithContext(ctx context.Context) *ProductGroupRelationListPostListParams + func (o *ProductGroupRelationListPostListParams) WithHTTPClient(client *http.Client) *ProductGroupRelationListPostListParams + func (o *ProductGroupRelationListPostListParams) WithTimeout(timeout time.Duration) *ProductGroupRelationListPostListParams + func (o *ProductGroupRelationListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationListPostListReader struct + func (o *ProductGroupRelationListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupRelationPostCreated struct + Payload *models.ResponseWrapperProductGroupRelation + func NewProductGroupRelationPostCreated() *ProductGroupRelationPostCreated + func (o *ProductGroupRelationPostCreated) Error() string + func (o *ProductGroupRelationPostCreated) GetPayload() *models.ResponseWrapperProductGroupRelation + type ProductGroupRelationPostParams struct + Body *models.ProductGroupRelation + Context context.Context + HTTPClient *http.Client + func NewProductGroupRelationPostParams() *ProductGroupRelationPostParams + func NewProductGroupRelationPostParamsWithContext(ctx context.Context) *ProductGroupRelationPostParams + func NewProductGroupRelationPostParamsWithHTTPClient(client *http.Client) *ProductGroupRelationPostParams + func NewProductGroupRelationPostParamsWithTimeout(timeout time.Duration) *ProductGroupRelationPostParams + func (o *ProductGroupRelationPostParams) SetBody(body *models.ProductGroupRelation) + func (o *ProductGroupRelationPostParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationPostParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationPostParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationPostParams) WithBody(body *models.ProductGroupRelation) *ProductGroupRelationPostParams + func (o *ProductGroupRelationPostParams) WithContext(ctx context.Context) *ProductGroupRelationPostParams + func (o *ProductGroupRelationPostParams) WithHTTPClient(client *http.Client) *ProductGroupRelationPostParams + func (o *ProductGroupRelationPostParams) WithTimeout(timeout time.Duration) *ProductGroupRelationPostParams + func (o *ProductGroupRelationPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationPostReader struct + func (o *ProductGroupRelationPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProductGroupRelationSearchOK struct + Payload *models.ListResponseProductGroupRelation + func NewProductGroupRelationSearchOK() *ProductGroupRelationSearchOK + func (o *ProductGroupRelationSearchOK) Error() string + func (o *ProductGroupRelationSearchOK) GetPayload() *models.ListResponseProductGroupRelation + type ProductGroupRelationSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + ProductGroupID *string + ProductID *string + Sorting *string + func NewProductGroupRelationSearchParams() *ProductGroupRelationSearchParams + func NewProductGroupRelationSearchParamsWithContext(ctx context.Context) *ProductGroupRelationSearchParams + func NewProductGroupRelationSearchParamsWithHTTPClient(client *http.Client) *ProductGroupRelationSearchParams + func NewProductGroupRelationSearchParamsWithTimeout(timeout time.Duration) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) SetContext(ctx context.Context) + func (o *ProductGroupRelationSearchParams) SetCount(count *int64) + func (o *ProductGroupRelationSearchParams) SetFields(fields *string) + func (o *ProductGroupRelationSearchParams) SetFrom(from *int64) + func (o *ProductGroupRelationSearchParams) SetHTTPClient(client *http.Client) + func (o *ProductGroupRelationSearchParams) SetID(id *string) + func (o *ProductGroupRelationSearchParams) SetProductGroupID(productGroupID *string) + func (o *ProductGroupRelationSearchParams) SetProductID(productID *string) + func (o *ProductGroupRelationSearchParams) SetSorting(sorting *string) + func (o *ProductGroupRelationSearchParams) SetTimeout(timeout time.Duration) + func (o *ProductGroupRelationSearchParams) WithContext(ctx context.Context) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithCount(count *int64) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithFields(fields *string) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithFrom(from *int64) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithHTTPClient(client *http.Client) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithID(id *string) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithProductGroupID(productGroupID *string) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithProductID(productID *string) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithSorting(sorting *string) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WithTimeout(timeout time.Duration) *ProductGroupRelationSearchParams + func (o *ProductGroupRelationSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProductGroupRelationSearchReader struct + func (o *ProductGroupRelationSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2