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) DocumentContentDownloadContent(params *DocumentContentDownloadContentParams, ...) (*DocumentContentDownloadContentOK, error) + func (a *Client) DocumentGet(params *DocumentGetParams, authInfo runtime.ClientAuthInfoWriter) (*DocumentGetOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DocumentContentDownloadContent func(params *DocumentContentDownloadContentParams, ...) (*DocumentContentDownloadContentOK, error) + DocumentGet func(params *DocumentGetParams, authInfo runtime.ClientAuthInfoWriter) (*DocumentGetOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DocumentContentDownloadContentOK struct + Payload strfmt.Base64 + func NewDocumentContentDownloadContentOK() *DocumentContentDownloadContentOK + func (o *DocumentContentDownloadContentOK) Error() string + func (o *DocumentContentDownloadContentOK) GetPayload() strfmt.Base64 + type DocumentContentDownloadContentParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewDocumentContentDownloadContentParams() *DocumentContentDownloadContentParams + func NewDocumentContentDownloadContentParamsWithContext(ctx context.Context) *DocumentContentDownloadContentParams + func NewDocumentContentDownloadContentParamsWithHTTPClient(client *http.Client) *DocumentContentDownloadContentParams + func NewDocumentContentDownloadContentParamsWithTimeout(timeout time.Duration) *DocumentContentDownloadContentParams + func (o *DocumentContentDownloadContentParams) SetContext(ctx context.Context) + func (o *DocumentContentDownloadContentParams) SetHTTPClient(client *http.Client) + func (o *DocumentContentDownloadContentParams) SetID(id int32) + func (o *DocumentContentDownloadContentParams) SetTimeout(timeout time.Duration) + func (o *DocumentContentDownloadContentParams) WithContext(ctx context.Context) *DocumentContentDownloadContentParams + func (o *DocumentContentDownloadContentParams) WithHTTPClient(client *http.Client) *DocumentContentDownloadContentParams + func (o *DocumentContentDownloadContentParams) WithID(id int32) *DocumentContentDownloadContentParams + func (o *DocumentContentDownloadContentParams) WithTimeout(timeout time.Duration) *DocumentContentDownloadContentParams + func (o *DocumentContentDownloadContentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DocumentContentDownloadContentReader struct + func (o *DocumentContentDownloadContentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DocumentGetOK struct + Payload *models.ResponseWrapperDocument + func NewDocumentGetOK() *DocumentGetOK + func (o *DocumentGetOK) Error() string + func (o *DocumentGetOK) GetPayload() *models.ResponseWrapperDocument + type DocumentGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewDocumentGetParams() *DocumentGetParams + func NewDocumentGetParamsWithContext(ctx context.Context) *DocumentGetParams + func NewDocumentGetParamsWithHTTPClient(client *http.Client) *DocumentGetParams + func NewDocumentGetParamsWithTimeout(timeout time.Duration) *DocumentGetParams + func (o *DocumentGetParams) SetContext(ctx context.Context) + func (o *DocumentGetParams) SetFields(fields *string) + func (o *DocumentGetParams) SetHTTPClient(client *http.Client) + func (o *DocumentGetParams) SetID(id int32) + func (o *DocumentGetParams) SetTimeout(timeout time.Duration) + func (o *DocumentGetParams) WithContext(ctx context.Context) *DocumentGetParams + func (o *DocumentGetParams) WithFields(fields *string) *DocumentGetParams + func (o *DocumentGetParams) WithHTTPClient(client *http.Client) *DocumentGetParams + func (o *DocumentGetParams) WithID(id int32) *DocumentGetParams + func (o *DocumentGetParams) WithTimeout(timeout time.Duration) *DocumentGetParams + func (o *DocumentGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DocumentGetReader struct + func (o *DocumentGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go