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) LedgerVoucherTypeGet(params *LedgerVoucherTypeGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVoucherTypeGetOK, error) + func (a *Client) LedgerVoucherTypeSearch(params *LedgerVoucherTypeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVoucherTypeSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerVoucherTypeGet func(params *LedgerVoucherTypeGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVoucherTypeGetOK, error) + LedgerVoucherTypeSearch func(params *LedgerVoucherTypeSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerVoucherTypeSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerVoucherTypeGetOK struct + Payload *models.ResponseWrapperVoucherType + func NewLedgerVoucherTypeGetOK() *LedgerVoucherTypeGetOK + func (o *LedgerVoucherTypeGetOK) Error() string + func (o *LedgerVoucherTypeGetOK) GetPayload() *models.ResponseWrapperVoucherType + type LedgerVoucherTypeGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewLedgerVoucherTypeGetParams() *LedgerVoucherTypeGetParams + func NewLedgerVoucherTypeGetParamsWithContext(ctx context.Context) *LedgerVoucherTypeGetParams + func NewLedgerVoucherTypeGetParamsWithHTTPClient(client *http.Client) *LedgerVoucherTypeGetParams + func NewLedgerVoucherTypeGetParamsWithTimeout(timeout time.Duration) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) SetContext(ctx context.Context) + func (o *LedgerVoucherTypeGetParams) SetFields(fields *string) + func (o *LedgerVoucherTypeGetParams) SetHTTPClient(client *http.Client) + func (o *LedgerVoucherTypeGetParams) SetID(id int32) + func (o *LedgerVoucherTypeGetParams) SetTimeout(timeout time.Duration) + func (o *LedgerVoucherTypeGetParams) WithContext(ctx context.Context) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) WithFields(fields *string) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) WithHTTPClient(client *http.Client) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) WithID(id int32) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) WithTimeout(timeout time.Duration) *LedgerVoucherTypeGetParams + func (o *LedgerVoucherTypeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerVoucherTypeGetReader struct + func (o *LedgerVoucherTypeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerVoucherTypeSearchOK struct + Payload *models.ListResponseVoucherType + func NewLedgerVoucherTypeSearchOK() *LedgerVoucherTypeSearchOK + func (o *LedgerVoucherTypeSearchOK) Error() string + func (o *LedgerVoucherTypeSearchOK) GetPayload() *models.ListResponseVoucherType + type LedgerVoucherTypeSearchParams struct + Context context.Context + Count *int64 + Fields *string + From *int64 + HTTPClient *http.Client + Name *string + Sorting *string + func NewLedgerVoucherTypeSearchParams() *LedgerVoucherTypeSearchParams + func NewLedgerVoucherTypeSearchParamsWithContext(ctx context.Context) *LedgerVoucherTypeSearchParams + func NewLedgerVoucherTypeSearchParamsWithHTTPClient(client *http.Client) *LedgerVoucherTypeSearchParams + func NewLedgerVoucherTypeSearchParamsWithTimeout(timeout time.Duration) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) SetContext(ctx context.Context) + func (o *LedgerVoucherTypeSearchParams) SetCount(count *int64) + func (o *LedgerVoucherTypeSearchParams) SetFields(fields *string) + func (o *LedgerVoucherTypeSearchParams) SetFrom(from *int64) + func (o *LedgerVoucherTypeSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerVoucherTypeSearchParams) SetName(name *string) + func (o *LedgerVoucherTypeSearchParams) SetSorting(sorting *string) + func (o *LedgerVoucherTypeSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerVoucherTypeSearchParams) WithContext(ctx context.Context) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithCount(count *int64) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithFields(fields *string) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithFrom(from *int64) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithHTTPClient(client *http.Client) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithName(name *string) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithSorting(sorting *string) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WithTimeout(timeout time.Duration) *LedgerVoucherTypeSearchParams + func (o *LedgerVoucherTypeSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerVoucherTypeSearchReader struct + func (o *LedgerVoucherTypeSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2