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) LedgerAnnualAccountGet(params *LedgerAnnualAccountGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAnnualAccountGetOK, error) + func (a *Client) LedgerAnnualAccountSearch(params *LedgerAnnualAccountSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAnnualAccountSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerAnnualAccountGet func(params *LedgerAnnualAccountGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAnnualAccountGetOK, error) + LedgerAnnualAccountSearch func(params *LedgerAnnualAccountSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAnnualAccountSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerAnnualAccountGetOK struct + Payload *models.ResponseWrapperAnnualAccount + func NewLedgerAnnualAccountGetOK() *LedgerAnnualAccountGetOK + func (o *LedgerAnnualAccountGetOK) Error() string + func (o *LedgerAnnualAccountGetOK) GetPayload() *models.ResponseWrapperAnnualAccount + type LedgerAnnualAccountGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewLedgerAnnualAccountGetParams() *LedgerAnnualAccountGetParams + func NewLedgerAnnualAccountGetParamsWithContext(ctx context.Context) *LedgerAnnualAccountGetParams + func NewLedgerAnnualAccountGetParamsWithHTTPClient(client *http.Client) *LedgerAnnualAccountGetParams + func NewLedgerAnnualAccountGetParamsWithTimeout(timeout time.Duration) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) SetContext(ctx context.Context) + func (o *LedgerAnnualAccountGetParams) SetFields(fields *string) + func (o *LedgerAnnualAccountGetParams) SetHTTPClient(client *http.Client) + func (o *LedgerAnnualAccountGetParams) SetID(id int32) + func (o *LedgerAnnualAccountGetParams) SetTimeout(timeout time.Duration) + func (o *LedgerAnnualAccountGetParams) WithContext(ctx context.Context) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) WithFields(fields *string) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) WithHTTPClient(client *http.Client) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) WithID(id int32) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) WithTimeout(timeout time.Duration) *LedgerAnnualAccountGetParams + func (o *LedgerAnnualAccountGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerAnnualAccountGetReader struct + func (o *LedgerAnnualAccountGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerAnnualAccountSearchOK struct + Payload *models.ListResponseAnnualAccount + func NewLedgerAnnualAccountSearchOK() *LedgerAnnualAccountSearchOK + func (o *LedgerAnnualAccountSearchOK) Error() string + func (o *LedgerAnnualAccountSearchOK) GetPayload() *models.ListResponseAnnualAccount + type LedgerAnnualAccountSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + Sorting *string + YearFrom *int32 + YearTo *int32 + func NewLedgerAnnualAccountSearchParams() *LedgerAnnualAccountSearchParams + func NewLedgerAnnualAccountSearchParamsWithContext(ctx context.Context) *LedgerAnnualAccountSearchParams + func NewLedgerAnnualAccountSearchParamsWithHTTPClient(client *http.Client) *LedgerAnnualAccountSearchParams + func NewLedgerAnnualAccountSearchParamsWithTimeout(timeout time.Duration) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) SetContext(ctx context.Context) + func (o *LedgerAnnualAccountSearchParams) SetCount(count *int64) + func (o *LedgerAnnualAccountSearchParams) SetFields(fields *string) + func (o *LedgerAnnualAccountSearchParams) SetFrom(from *int64) + func (o *LedgerAnnualAccountSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerAnnualAccountSearchParams) SetID(id *string) + func (o *LedgerAnnualAccountSearchParams) SetSorting(sorting *string) + func (o *LedgerAnnualAccountSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerAnnualAccountSearchParams) SetYearFrom(yearFrom *int32) + func (o *LedgerAnnualAccountSearchParams) SetYearTo(yearTo *int32) + func (o *LedgerAnnualAccountSearchParams) WithContext(ctx context.Context) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithCount(count *int64) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithFields(fields *string) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithFrom(from *int64) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithHTTPClient(client *http.Client) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithID(id *string) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithSorting(sorting *string) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithTimeout(timeout time.Duration) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithYearFrom(yearFrom *int32) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WithYearTo(yearTo *int32) *LedgerAnnualAccountSearchParams + func (o *LedgerAnnualAccountSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerAnnualAccountSearchReader struct + func (o *LedgerAnnualAccountSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go