Versions in this module Expand all Collapse all v3 v3.1.0 Mar 12, 2023 v3.0.0 Mar 10, 2023 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) ExportDataForAccount(ctx context.Context, params *ExportDataForAccountParams) (*ExportDataForAccountOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ExportDataForAccount func(ctx context.Context, params *ExportDataForAccountParams) (*ExportDataForAccountOK, error) + SetTransport func(transport runtime.ClientTransport) + type ExportDataForAccountBadRequest struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountBadRequest() *ExportDataForAccountBadRequest + func (o *ExportDataForAccountBadRequest) Code() int + func (o *ExportDataForAccountBadRequest) Error() string + func (o *ExportDataForAccountBadRequest) IsClientError() bool + func (o *ExportDataForAccountBadRequest) IsCode(code int) bool + func (o *ExportDataForAccountBadRequest) IsRedirect() bool + func (o *ExportDataForAccountBadRequest) IsServerError() bool + func (o *ExportDataForAccountBadRequest) IsSuccess() bool + func (o *ExportDataForAccountBadRequest) String() string + type ExportDataForAccountNotFound struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountNotFound() *ExportDataForAccountNotFound + func (o *ExportDataForAccountNotFound) Code() int + func (o *ExportDataForAccountNotFound) Error() string + func (o *ExportDataForAccountNotFound) IsClientError() bool + func (o *ExportDataForAccountNotFound) IsCode(code int) bool + func (o *ExportDataForAccountNotFound) IsRedirect() bool + func (o *ExportDataForAccountNotFound) IsServerError() bool + func (o *ExportDataForAccountNotFound) IsSuccess() bool + func (o *ExportDataForAccountNotFound) String() string + type ExportDataForAccountOK struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountOK() *ExportDataForAccountOK + func (o *ExportDataForAccountOK) Code() int + func (o *ExportDataForAccountOK) Error() string + func (o *ExportDataForAccountOK) IsClientError() bool + func (o *ExportDataForAccountOK) IsCode(code int) bool + func (o *ExportDataForAccountOK) IsRedirect() bool + func (o *ExportDataForAccountOK) IsServerError() bool + func (o *ExportDataForAccountOK) IsSuccess() bool + func (o *ExportDataForAccountOK) String() string + type ExportDataForAccountParams struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithProfilingInfo *string + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewExportDataForAccountParams() *ExportDataForAccountParams + func NewExportDataForAccountParamsWithContext(ctx context.Context) *ExportDataForAccountParams + func NewExportDataForAccountParamsWithHTTPClient(client *http.Client) *ExportDataForAccountParams + func NewExportDataForAccountParamsWithTimeout(timeout time.Duration) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) SetAccountID(accountID strfmt.UUID) + func (o *ExportDataForAccountParams) SetContext(ctx context.Context) + func (o *ExportDataForAccountParams) SetDefaults() + func (o *ExportDataForAccountParams) SetHTTPClient(client *http.Client) + func (o *ExportDataForAccountParams) SetTimeout(timeout time.Duration) + func (o *ExportDataForAccountParams) SetXKillbillComment(xKillbillComment *string) + func (o *ExportDataForAccountParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *ExportDataForAccountParams) SetXKillbillReason(xKillbillReason *string) + func (o *ExportDataForAccountParams) WithAccountID(accountID strfmt.UUID) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithContext(ctx context.Context) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithDefaults() *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithHTTPClient(client *http.Client) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithTimeout(timeout time.Duration) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithXKillbillComment(xKillbillComment *string) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WithXKillbillReason(xKillbillReason *string) *ExportDataForAccountParams + func (o *ExportDataForAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ExportDataForAccountReader struct + func (o *ExportDataForAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KillbillDefaults interface + KillbillWithProfilingInfo func() *string + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string Other modules containing this package github.com/killbill/kbcli github.com/killbill/kbcli/v2