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) CurrencyGet(params *CurrencyGetParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencyGetOK, error) + func (a *Client) CurrencyRateGetRate(params *CurrencyRateGetRateParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencyRateGetRateOK, error) + func (a *Client) CurrencySearch(params *CurrencySearchParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencySearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + CurrencyGet func(params *CurrencyGetParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencyGetOK, error) + CurrencyRateGetRate func(params *CurrencyRateGetRateParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencyRateGetRateOK, error) + CurrencySearch func(params *CurrencySearchParams, authInfo runtime.ClientAuthInfoWriter) (*CurrencySearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CurrencyGetOK struct + Payload *models.ResponseWrapperCurrency + func NewCurrencyGetOK() *CurrencyGetOK + func (o *CurrencyGetOK) Error() string + func (o *CurrencyGetOK) GetPayload() *models.ResponseWrapperCurrency + type CurrencyGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewCurrencyGetParams() *CurrencyGetParams + func NewCurrencyGetParamsWithContext(ctx context.Context) *CurrencyGetParams + func NewCurrencyGetParamsWithHTTPClient(client *http.Client) *CurrencyGetParams + func NewCurrencyGetParamsWithTimeout(timeout time.Duration) *CurrencyGetParams + func (o *CurrencyGetParams) SetContext(ctx context.Context) + func (o *CurrencyGetParams) SetFields(fields *string) + func (o *CurrencyGetParams) SetHTTPClient(client *http.Client) + func (o *CurrencyGetParams) SetID(id int32) + func (o *CurrencyGetParams) SetTimeout(timeout time.Duration) + func (o *CurrencyGetParams) WithContext(ctx context.Context) *CurrencyGetParams + func (o *CurrencyGetParams) WithFields(fields *string) *CurrencyGetParams + func (o *CurrencyGetParams) WithHTTPClient(client *http.Client) *CurrencyGetParams + func (o *CurrencyGetParams) WithID(id int32) *CurrencyGetParams + func (o *CurrencyGetParams) WithTimeout(timeout time.Duration) *CurrencyGetParams + func (o *CurrencyGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CurrencyGetReader struct + func (o *CurrencyGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CurrencyRateGetRateOK struct + Payload *models.ResponseWrapperCurrencyExchangeRate + func NewCurrencyRateGetRateOK() *CurrencyRateGetRateOK + func (o *CurrencyRateGetRateOK) Error() string + func (o *CurrencyRateGetRateOK) GetPayload() *models.ResponseWrapperCurrencyExchangeRate + type CurrencyRateGetRateParams struct + Context context.Context + Date string + Fields *string + HTTPClient *http.Client + ID int32 + func NewCurrencyRateGetRateParams() *CurrencyRateGetRateParams + func NewCurrencyRateGetRateParamsWithContext(ctx context.Context) *CurrencyRateGetRateParams + func NewCurrencyRateGetRateParamsWithHTTPClient(client *http.Client) *CurrencyRateGetRateParams + func NewCurrencyRateGetRateParamsWithTimeout(timeout time.Duration) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) SetContext(ctx context.Context) + func (o *CurrencyRateGetRateParams) SetDate(date string) + func (o *CurrencyRateGetRateParams) SetFields(fields *string) + func (o *CurrencyRateGetRateParams) SetHTTPClient(client *http.Client) + func (o *CurrencyRateGetRateParams) SetID(id int32) + func (o *CurrencyRateGetRateParams) SetTimeout(timeout time.Duration) + func (o *CurrencyRateGetRateParams) WithContext(ctx context.Context) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WithDate(date string) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WithFields(fields *string) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WithHTTPClient(client *http.Client) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WithID(id int32) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WithTimeout(timeout time.Duration) *CurrencyRateGetRateParams + func (o *CurrencyRateGetRateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CurrencyRateGetRateReader struct + func (o *CurrencyRateGetRateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CurrencySearchOK struct + Payload *models.ListResponseCurrency + func NewCurrencySearchOK() *CurrencySearchOK + func (o *CurrencySearchOK) Error() string + func (o *CurrencySearchOK) GetPayload() *models.ListResponseCurrency + type CurrencySearchParams struct + Code *string + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + Sorting *string + func NewCurrencySearchParams() *CurrencySearchParams + func NewCurrencySearchParamsWithContext(ctx context.Context) *CurrencySearchParams + func NewCurrencySearchParamsWithHTTPClient(client *http.Client) *CurrencySearchParams + func NewCurrencySearchParamsWithTimeout(timeout time.Duration) *CurrencySearchParams + func (o *CurrencySearchParams) SetCode(code *string) + func (o *CurrencySearchParams) SetContext(ctx context.Context) + func (o *CurrencySearchParams) SetCount(count *int64) + func (o *CurrencySearchParams) SetFields(fields *string) + func (o *CurrencySearchParams) SetFrom(from *int64) + func (o *CurrencySearchParams) SetHTTPClient(client *http.Client) + func (o *CurrencySearchParams) SetID(id *string) + func (o *CurrencySearchParams) SetSorting(sorting *string) + func (o *CurrencySearchParams) SetTimeout(timeout time.Duration) + func (o *CurrencySearchParams) WithCode(code *string) *CurrencySearchParams + func (o *CurrencySearchParams) WithContext(ctx context.Context) *CurrencySearchParams + func (o *CurrencySearchParams) WithCount(count *int64) *CurrencySearchParams + func (o *CurrencySearchParams) WithFields(fields *string) *CurrencySearchParams + func (o *CurrencySearchParams) WithFrom(from *int64) *CurrencySearchParams + func (o *CurrencySearchParams) WithHTTPClient(client *http.Client) *CurrencySearchParams + func (o *CurrencySearchParams) WithID(id *string) *CurrencySearchParams + func (o *CurrencySearchParams) WithSorting(sorting *string) *CurrencySearchParams + func (o *CurrencySearchParams) WithTimeout(timeout time.Duration) *CurrencySearchParams + func (o *CurrencySearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CurrencySearchReader struct + func (o *CurrencySearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go