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) SetTransport(transport runtime.ClientTransport) + func (a *Client) SupplierGet(params *SupplierGetParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierGetOK, error) + func (a *Client) SupplierListPostList(params *SupplierListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierListPostListCreated, error) + func (a *Client) SupplierListPutList(params *SupplierListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierListPutListOK, error) + func (a *Client) SupplierPost(params *SupplierPostParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierPostCreated, error) + func (a *Client) SupplierPut(params *SupplierPutParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierPutOK, error) + func (a *Client) SupplierSearch(params *SupplierSearchParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierSearchOK, error) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + SupplierGet func(params *SupplierGetParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierGetOK, error) + SupplierListPostList func(params *SupplierListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierListPostListCreated, error) + SupplierListPutList func(params *SupplierListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierListPutListOK, error) + SupplierPost func(params *SupplierPostParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierPostCreated, error) + SupplierPut func(params *SupplierPutParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierPutOK, error) + SupplierSearch func(params *SupplierSearchParams, authInfo runtime.ClientAuthInfoWriter) (*SupplierSearchOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type SupplierGetOK struct + Payload *models.ResponseWrapperSupplier + func NewSupplierGetOK() *SupplierGetOK + func (o *SupplierGetOK) Error() string + func (o *SupplierGetOK) GetPayload() *models.ResponseWrapperSupplier + type SupplierGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewSupplierGetParams() *SupplierGetParams + func NewSupplierGetParamsWithContext(ctx context.Context) *SupplierGetParams + func NewSupplierGetParamsWithHTTPClient(client *http.Client) *SupplierGetParams + func NewSupplierGetParamsWithTimeout(timeout time.Duration) *SupplierGetParams + func (o *SupplierGetParams) SetContext(ctx context.Context) + func (o *SupplierGetParams) SetFields(fields *string) + func (o *SupplierGetParams) SetHTTPClient(client *http.Client) + func (o *SupplierGetParams) SetID(id int32) + func (o *SupplierGetParams) SetTimeout(timeout time.Duration) + func (o *SupplierGetParams) WithContext(ctx context.Context) *SupplierGetParams + func (o *SupplierGetParams) WithFields(fields *string) *SupplierGetParams + func (o *SupplierGetParams) WithHTTPClient(client *http.Client) *SupplierGetParams + func (o *SupplierGetParams) WithID(id int32) *SupplierGetParams + func (o *SupplierGetParams) WithTimeout(timeout time.Duration) *SupplierGetParams + func (o *SupplierGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierGetReader struct + func (o *SupplierGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SupplierListPostListCreated struct + Payload *models.ListResponseSupplier + func NewSupplierListPostListCreated() *SupplierListPostListCreated + func (o *SupplierListPostListCreated) Error() string + func (o *SupplierListPostListCreated) GetPayload() *models.ListResponseSupplier + type SupplierListPostListParams struct + Body []*models.Supplier + Context context.Context + HTTPClient *http.Client + func NewSupplierListPostListParams() *SupplierListPostListParams + func NewSupplierListPostListParamsWithContext(ctx context.Context) *SupplierListPostListParams + func NewSupplierListPostListParamsWithHTTPClient(client *http.Client) *SupplierListPostListParams + func NewSupplierListPostListParamsWithTimeout(timeout time.Duration) *SupplierListPostListParams + func (o *SupplierListPostListParams) SetBody(body []*models.Supplier) + func (o *SupplierListPostListParams) SetContext(ctx context.Context) + func (o *SupplierListPostListParams) SetHTTPClient(client *http.Client) + func (o *SupplierListPostListParams) SetTimeout(timeout time.Duration) + func (o *SupplierListPostListParams) WithBody(body []*models.Supplier) *SupplierListPostListParams + func (o *SupplierListPostListParams) WithContext(ctx context.Context) *SupplierListPostListParams + func (o *SupplierListPostListParams) WithHTTPClient(client *http.Client) *SupplierListPostListParams + func (o *SupplierListPostListParams) WithTimeout(timeout time.Duration) *SupplierListPostListParams + func (o *SupplierListPostListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierListPostListReader struct + func (o *SupplierListPostListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SupplierListPutListOK struct + Payload *models.ListResponseSupplier + func NewSupplierListPutListOK() *SupplierListPutListOK + func (o *SupplierListPutListOK) Error() string + func (o *SupplierListPutListOK) GetPayload() *models.ListResponseSupplier + type SupplierListPutListParams struct + Body []*models.Supplier + Context context.Context + HTTPClient *http.Client + func NewSupplierListPutListParams() *SupplierListPutListParams + func NewSupplierListPutListParamsWithContext(ctx context.Context) *SupplierListPutListParams + func NewSupplierListPutListParamsWithHTTPClient(client *http.Client) *SupplierListPutListParams + func NewSupplierListPutListParamsWithTimeout(timeout time.Duration) *SupplierListPutListParams + func (o *SupplierListPutListParams) SetBody(body []*models.Supplier) + func (o *SupplierListPutListParams) SetContext(ctx context.Context) + func (o *SupplierListPutListParams) SetHTTPClient(client *http.Client) + func (o *SupplierListPutListParams) SetTimeout(timeout time.Duration) + func (o *SupplierListPutListParams) WithBody(body []*models.Supplier) *SupplierListPutListParams + func (o *SupplierListPutListParams) WithContext(ctx context.Context) *SupplierListPutListParams + func (o *SupplierListPutListParams) WithHTTPClient(client *http.Client) *SupplierListPutListParams + func (o *SupplierListPutListParams) WithTimeout(timeout time.Duration) *SupplierListPutListParams + func (o *SupplierListPutListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierListPutListReader struct + func (o *SupplierListPutListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SupplierPostCreated struct + Payload *models.ResponseWrapperSupplier + func NewSupplierPostCreated() *SupplierPostCreated + func (o *SupplierPostCreated) Error() string + func (o *SupplierPostCreated) GetPayload() *models.ResponseWrapperSupplier + type SupplierPostParams struct + Body *models.Supplier + Context context.Context + HTTPClient *http.Client + func NewSupplierPostParams() *SupplierPostParams + func NewSupplierPostParamsWithContext(ctx context.Context) *SupplierPostParams + func NewSupplierPostParamsWithHTTPClient(client *http.Client) *SupplierPostParams + func NewSupplierPostParamsWithTimeout(timeout time.Duration) *SupplierPostParams + func (o *SupplierPostParams) SetBody(body *models.Supplier) + func (o *SupplierPostParams) SetContext(ctx context.Context) + func (o *SupplierPostParams) SetHTTPClient(client *http.Client) + func (o *SupplierPostParams) SetTimeout(timeout time.Duration) + func (o *SupplierPostParams) WithBody(body *models.Supplier) *SupplierPostParams + func (o *SupplierPostParams) WithContext(ctx context.Context) *SupplierPostParams + func (o *SupplierPostParams) WithHTTPClient(client *http.Client) *SupplierPostParams + func (o *SupplierPostParams) WithTimeout(timeout time.Duration) *SupplierPostParams + func (o *SupplierPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierPostReader struct + func (o *SupplierPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SupplierPutOK struct + Payload *models.ResponseWrapperSupplier + func NewSupplierPutOK() *SupplierPutOK + func (o *SupplierPutOK) Error() string + func (o *SupplierPutOK) GetPayload() *models.ResponseWrapperSupplier + type SupplierPutParams struct + Body *models.Supplier + Context context.Context + HTTPClient *http.Client + ID int32 + func NewSupplierPutParams() *SupplierPutParams + func NewSupplierPutParamsWithContext(ctx context.Context) *SupplierPutParams + func NewSupplierPutParamsWithHTTPClient(client *http.Client) *SupplierPutParams + func NewSupplierPutParamsWithTimeout(timeout time.Duration) *SupplierPutParams + func (o *SupplierPutParams) SetBody(body *models.Supplier) + func (o *SupplierPutParams) SetContext(ctx context.Context) + func (o *SupplierPutParams) SetHTTPClient(client *http.Client) + func (o *SupplierPutParams) SetID(id int32) + func (o *SupplierPutParams) SetTimeout(timeout time.Duration) + func (o *SupplierPutParams) WithBody(body *models.Supplier) *SupplierPutParams + func (o *SupplierPutParams) WithContext(ctx context.Context) *SupplierPutParams + func (o *SupplierPutParams) WithHTTPClient(client *http.Client) *SupplierPutParams + func (o *SupplierPutParams) WithID(id int32) *SupplierPutParams + func (o *SupplierPutParams) WithTimeout(timeout time.Duration) *SupplierPutParams + func (o *SupplierPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierPutReader struct + func (o *SupplierPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SupplierSearchOK struct + Payload *models.ListResponseSupplier + func NewSupplierSearchOK() *SupplierSearchOK + func (o *SupplierSearchOK) Error() string + func (o *SupplierSearchOK) GetPayload() *models.ListResponseSupplier + type SupplierSearchParams struct + AccountManagerID *string + ChangedSince *string + Context context.Context + Count *int64 + Email *string + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + InvoiceEmail *string + IsInactive *bool + IsWholesaler *bool + OrganizationNumber *string + ShowProducts *bool + Sorting *string + SupplierNumber *string + func NewSupplierSearchParams() *SupplierSearchParams + func NewSupplierSearchParamsWithContext(ctx context.Context) *SupplierSearchParams + func NewSupplierSearchParamsWithHTTPClient(client *http.Client) *SupplierSearchParams + func NewSupplierSearchParamsWithTimeout(timeout time.Duration) *SupplierSearchParams + func (o *SupplierSearchParams) SetAccountManagerID(accountManagerID *string) + func (o *SupplierSearchParams) SetChangedSince(changedSince *string) + func (o *SupplierSearchParams) SetContext(ctx context.Context) + func (o *SupplierSearchParams) SetCount(count *int64) + func (o *SupplierSearchParams) SetEmail(email *string) + func (o *SupplierSearchParams) SetFields(fields *string) + func (o *SupplierSearchParams) SetFrom(from *int64) + func (o *SupplierSearchParams) SetHTTPClient(client *http.Client) + func (o *SupplierSearchParams) SetID(id *string) + func (o *SupplierSearchParams) SetInvoiceEmail(invoiceEmail *string) + func (o *SupplierSearchParams) SetIsInactive(isInactive *bool) + func (o *SupplierSearchParams) SetIsWholesaler(isWholesaler *bool) + func (o *SupplierSearchParams) SetOrganizationNumber(organizationNumber *string) + func (o *SupplierSearchParams) SetShowProducts(showProducts *bool) + func (o *SupplierSearchParams) SetSorting(sorting *string) + func (o *SupplierSearchParams) SetSupplierNumber(supplierNumber *string) + func (o *SupplierSearchParams) SetTimeout(timeout time.Duration) + func (o *SupplierSearchParams) WithAccountManagerID(accountManagerID *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithChangedSince(changedSince *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithContext(ctx context.Context) *SupplierSearchParams + func (o *SupplierSearchParams) WithCount(count *int64) *SupplierSearchParams + func (o *SupplierSearchParams) WithEmail(email *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithFields(fields *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithFrom(from *int64) *SupplierSearchParams + func (o *SupplierSearchParams) WithHTTPClient(client *http.Client) *SupplierSearchParams + func (o *SupplierSearchParams) WithID(id *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithInvoiceEmail(invoiceEmail *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithIsInactive(isInactive *bool) *SupplierSearchParams + func (o *SupplierSearchParams) WithIsWholesaler(isWholesaler *bool) *SupplierSearchParams + func (o *SupplierSearchParams) WithOrganizationNumber(organizationNumber *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithShowProducts(showProducts *bool) *SupplierSearchParams + func (o *SupplierSearchParams) WithSorting(sorting *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithSupplierNumber(supplierNumber *string) *SupplierSearchParams + func (o *SupplierSearchParams) WithTimeout(timeout time.Duration) *SupplierSearchParams + func (o *SupplierSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SupplierSearchReader struct + func (o *SupplierSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2