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) DeliveryAddressGet(params *DeliveryAddressGetParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressGetOK, error) + func (a *Client) DeliveryAddressPut(params *DeliveryAddressPutParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressPutOK, error) + func (a *Client) DeliveryAddressSearch(params *DeliveryAddressSearchParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeliveryAddressGet func(params *DeliveryAddressGetParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressGetOK, error) + DeliveryAddressPut func(params *DeliveryAddressPutParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressPutOK, error) + DeliveryAddressSearch func(params *DeliveryAddressSearchParams, authInfo runtime.ClientAuthInfoWriter) (*DeliveryAddressSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeliveryAddressGetOK struct + Payload *models.ResponseWrapperDeliveryAddress + func NewDeliveryAddressGetOK() *DeliveryAddressGetOK + func (o *DeliveryAddressGetOK) Error() string + func (o *DeliveryAddressGetOK) GetPayload() *models.ResponseWrapperDeliveryAddress + type DeliveryAddressGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewDeliveryAddressGetParams() *DeliveryAddressGetParams + func NewDeliveryAddressGetParamsWithContext(ctx context.Context) *DeliveryAddressGetParams + func NewDeliveryAddressGetParamsWithHTTPClient(client *http.Client) *DeliveryAddressGetParams + func NewDeliveryAddressGetParamsWithTimeout(timeout time.Duration) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) SetContext(ctx context.Context) + func (o *DeliveryAddressGetParams) SetFields(fields *string) + func (o *DeliveryAddressGetParams) SetHTTPClient(client *http.Client) + func (o *DeliveryAddressGetParams) SetID(id int32) + func (o *DeliveryAddressGetParams) SetTimeout(timeout time.Duration) + func (o *DeliveryAddressGetParams) WithContext(ctx context.Context) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) WithFields(fields *string) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) WithHTTPClient(client *http.Client) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) WithID(id int32) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) WithTimeout(timeout time.Duration) *DeliveryAddressGetParams + func (o *DeliveryAddressGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeliveryAddressGetReader struct + func (o *DeliveryAddressGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeliveryAddressPutOK struct + Payload *models.ResponseWrapperDeliveryAddress + func NewDeliveryAddressPutOK() *DeliveryAddressPutOK + func (o *DeliveryAddressPutOK) Error() string + func (o *DeliveryAddressPutOK) GetPayload() *models.ResponseWrapperDeliveryAddress + type DeliveryAddressPutParams struct + Body *models.DeliveryAddress + Context context.Context + HTTPClient *http.Client + ID int32 + func NewDeliveryAddressPutParams() *DeliveryAddressPutParams + func NewDeliveryAddressPutParamsWithContext(ctx context.Context) *DeliveryAddressPutParams + func NewDeliveryAddressPutParamsWithHTTPClient(client *http.Client) *DeliveryAddressPutParams + func NewDeliveryAddressPutParamsWithTimeout(timeout time.Duration) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) SetBody(body *models.DeliveryAddress) + func (o *DeliveryAddressPutParams) SetContext(ctx context.Context) + func (o *DeliveryAddressPutParams) SetHTTPClient(client *http.Client) + func (o *DeliveryAddressPutParams) SetID(id int32) + func (o *DeliveryAddressPutParams) SetTimeout(timeout time.Duration) + func (o *DeliveryAddressPutParams) WithBody(body *models.DeliveryAddress) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) WithContext(ctx context.Context) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) WithHTTPClient(client *http.Client) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) WithID(id int32) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) WithTimeout(timeout time.Duration) *DeliveryAddressPutParams + func (o *DeliveryAddressPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeliveryAddressPutReader struct + func (o *DeliveryAddressPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeliveryAddressSearchOK struct + Payload *models.ListResponseDeliveryAddress + func NewDeliveryAddressSearchOK() *DeliveryAddressSearchOK + func (o *DeliveryAddressSearchOK) Error() string + func (o *DeliveryAddressSearchOK) GetPayload() *models.ListResponseDeliveryAddress + type DeliveryAddressSearchParams struct + AddressLine1 *string + AddressLine2 *string + City *string + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + Name *string + PostalCode *string + Sorting *string + func NewDeliveryAddressSearchParams() *DeliveryAddressSearchParams + func NewDeliveryAddressSearchParamsWithContext(ctx context.Context) *DeliveryAddressSearchParams + func NewDeliveryAddressSearchParamsWithHTTPClient(client *http.Client) *DeliveryAddressSearchParams + func NewDeliveryAddressSearchParamsWithTimeout(timeout time.Duration) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) SetAddressLine1(addressLine1 *string) + func (o *DeliveryAddressSearchParams) SetAddressLine2(addressLine2 *string) + func (o *DeliveryAddressSearchParams) SetCity(city *string) + func (o *DeliveryAddressSearchParams) SetContext(ctx context.Context) + func (o *DeliveryAddressSearchParams) SetCount(count *int64) + func (o *DeliveryAddressSearchParams) SetFields(fields *string) + func (o *DeliveryAddressSearchParams) SetFrom(from *int64) + func (o *DeliveryAddressSearchParams) SetHTTPClient(client *http.Client) + func (o *DeliveryAddressSearchParams) SetID(id *string) + func (o *DeliveryAddressSearchParams) SetName(name *string) + func (o *DeliveryAddressSearchParams) SetPostalCode(postalCode *string) + func (o *DeliveryAddressSearchParams) SetSorting(sorting *string) + func (o *DeliveryAddressSearchParams) SetTimeout(timeout time.Duration) + func (o *DeliveryAddressSearchParams) WithAddressLine1(addressLine1 *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithAddressLine2(addressLine2 *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithCity(city *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithContext(ctx context.Context) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithCount(count *int64) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithFields(fields *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithFrom(from *int64) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithHTTPClient(client *http.Client) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithID(id *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithName(name *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithPostalCode(postalCode *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithSorting(sorting *string) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WithTimeout(timeout time.Duration) *DeliveryAddressSearchParams + func (o *DeliveryAddressSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeliveryAddressSearchReader struct + func (o *DeliveryAddressSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go