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) LedgerAccountingPeriodGet(params *LedgerAccountingPeriodGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAccountingPeriodGetOK, error) + func (a *Client) LedgerAccountingPeriodSearch(params *LedgerAccountingPeriodSearchParams, ...) (*LedgerAccountingPeriodSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerAccountingPeriodGet func(params *LedgerAccountingPeriodGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerAccountingPeriodGetOK, error) + LedgerAccountingPeriodSearch func(params *LedgerAccountingPeriodSearchParams, ...) (*LedgerAccountingPeriodSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerAccountingPeriodGetOK struct + Payload *models.ResponseWrapperAccountingPeriod + func NewLedgerAccountingPeriodGetOK() *LedgerAccountingPeriodGetOK + func (o *LedgerAccountingPeriodGetOK) Error() string + func (o *LedgerAccountingPeriodGetOK) GetPayload() *models.ResponseWrapperAccountingPeriod + type LedgerAccountingPeriodGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewLedgerAccountingPeriodGetParams() *LedgerAccountingPeriodGetParams + func NewLedgerAccountingPeriodGetParamsWithContext(ctx context.Context) *LedgerAccountingPeriodGetParams + func NewLedgerAccountingPeriodGetParamsWithHTTPClient(client *http.Client) *LedgerAccountingPeriodGetParams + func NewLedgerAccountingPeriodGetParamsWithTimeout(timeout time.Duration) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) SetContext(ctx context.Context) + func (o *LedgerAccountingPeriodGetParams) SetFields(fields *string) + func (o *LedgerAccountingPeriodGetParams) SetHTTPClient(client *http.Client) + func (o *LedgerAccountingPeriodGetParams) SetID(id int32) + func (o *LedgerAccountingPeriodGetParams) SetTimeout(timeout time.Duration) + func (o *LedgerAccountingPeriodGetParams) WithContext(ctx context.Context) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) WithFields(fields *string) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) WithHTTPClient(client *http.Client) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) WithID(id int32) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) WithTimeout(timeout time.Duration) *LedgerAccountingPeriodGetParams + func (o *LedgerAccountingPeriodGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerAccountingPeriodGetReader struct + func (o *LedgerAccountingPeriodGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerAccountingPeriodSearchOK struct + Payload *models.ListResponseAccountingPeriod + func NewLedgerAccountingPeriodSearchOK() *LedgerAccountingPeriodSearchOK + func (o *LedgerAccountingPeriodSearchOK) Error() string + func (o *LedgerAccountingPeriodSearchOK) GetPayload() *models.ListResponseAccountingPeriod + type LedgerAccountingPeriodSearchParams struct + Context context.Context + Count *int32 + EndFrom *string + EndTo *string + Fields *string + From *int64 + HTTPClient *http.Client + ID *string + NumberFrom *int32 + NumberTo *int32 + Sorting *string + StartFrom *string + StartTo *string + func NewLedgerAccountingPeriodSearchParams() *LedgerAccountingPeriodSearchParams + func NewLedgerAccountingPeriodSearchParamsWithContext(ctx context.Context) *LedgerAccountingPeriodSearchParams + func NewLedgerAccountingPeriodSearchParamsWithHTTPClient(client *http.Client) *LedgerAccountingPeriodSearchParams + func NewLedgerAccountingPeriodSearchParamsWithTimeout(timeout time.Duration) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) SetContext(ctx context.Context) + func (o *LedgerAccountingPeriodSearchParams) SetCount(count *int32) + func (o *LedgerAccountingPeriodSearchParams) SetEndFrom(endFrom *string) + func (o *LedgerAccountingPeriodSearchParams) SetEndTo(endTo *string) + func (o *LedgerAccountingPeriodSearchParams) SetFields(fields *string) + func (o *LedgerAccountingPeriodSearchParams) SetFrom(from *int64) + func (o *LedgerAccountingPeriodSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerAccountingPeriodSearchParams) SetID(id *string) + func (o *LedgerAccountingPeriodSearchParams) SetNumberFrom(numberFrom *int32) + func (o *LedgerAccountingPeriodSearchParams) SetNumberTo(numberTo *int32) + func (o *LedgerAccountingPeriodSearchParams) SetSorting(sorting *string) + func (o *LedgerAccountingPeriodSearchParams) SetStartFrom(startFrom *string) + func (o *LedgerAccountingPeriodSearchParams) SetStartTo(startTo *string) + func (o *LedgerAccountingPeriodSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerAccountingPeriodSearchParams) WithContext(ctx context.Context) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithCount(count *int32) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithEndFrom(endFrom *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithEndTo(endTo *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithFields(fields *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithFrom(from *int64) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithHTTPClient(client *http.Client) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithID(id *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithNumberFrom(numberFrom *int32) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithNumberTo(numberTo *int32) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithSorting(sorting *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithStartFrom(startFrom *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithStartTo(startTo *string) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WithTimeout(timeout time.Duration) *LedgerAccountingPeriodSearchParams + func (o *LedgerAccountingPeriodSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerAccountingPeriodSearchReader struct + func (o *LedgerAccountingPeriodSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go