Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 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 ExportDataForAccountBadRequest struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountBadRequest() *ExportDataForAccountBadRequest + func (o *ExportDataForAccountBadRequest) Error() string + type ExportDataForAccountNotFound struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountNotFound() *ExportDataForAccountNotFound + func (o *ExportDataForAccountNotFound) Error() string + type ExportDataForAccountOK struct + HttpResponse runtime.ClientResponse + func NewExportDataForAccountOK() *ExportDataForAccountOK + func (o *ExportDataForAccountOK) Error() string + type ExportDataForAccountParams struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + 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) 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) 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 IExport interface + ExportDataForAccount func(ctx context.Context, params *ExportDataForAccountParams) (*ExportDataForAccountOK, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string Other modules containing this package github.com/killbill/kbcli/v2 github.com/killbill/kbcli/v3