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) GetQueueEntries(ctx context.Context, params *GetQueueEntriesParams) (*GetQueueEntriesOK, error) + func (a *Client) InvalidatesCache(ctx context.Context, params *InvalidatesCacheParams) (*InvalidatesCacheNoContent, error) + func (a *Client) InvalidatesCacheByAccount(ctx context.Context, params *InvalidatesCacheByAccountParams) (*InvalidatesCacheByAccountNoContent, error) + func (a *Client) InvalidatesCacheByTenant(ctx context.Context, params *InvalidatesCacheByTenantParams) (*InvalidatesCacheByTenantNoContent, error) + func (a *Client) PutInRotation(ctx context.Context, params *PutInRotationParams) (*PutInRotationNoContent, error) + func (a *Client) PutOutOfRotation(ctx context.Context, params *PutOutOfRotationParams) (*PutOutOfRotationNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) TriggerInvoiceGenerationForParkedAccounts(ctx context.Context, params *TriggerInvoiceGenerationForParkedAccountsParams) (*TriggerInvoiceGenerationForParkedAccountsOK, error) + func (a *Client) UpdatePaymentTransactionState(ctx context.Context, params *UpdatePaymentTransactionStateParams) (*UpdatePaymentTransactionStateNoContent, error) + type GetQueueEntriesBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetQueueEntriesBadRequest() *GetQueueEntriesBadRequest + func (o *GetQueueEntriesBadRequest) Error() string + type GetQueueEntriesNotFound struct + HttpResponse runtime.ClientResponse + func NewGetQueueEntriesNotFound() *GetQueueEntriesNotFound + func (o *GetQueueEntriesNotFound) Error() string + type GetQueueEntriesOK struct + HttpResponse runtime.ClientResponse + func NewGetQueueEntriesOK() *GetQueueEntriesOK + func (o *GetQueueEntriesOK) Error() string + type GetQueueEntriesParams struct + AccountID *strfmt.UUID + Context context.Context + HTTPClient *http.Client + MaxDate *string + MinDate *string + ProcessLocationHeader bool + QueueName *string + ServiceName *string + WithBusEvents *bool + WithHistory *bool + WithInProcessing *bool + WithNotifications *bool + WithStackTrace *bool + func NewGetQueueEntriesParams() *GetQueueEntriesParams + func NewGetQueueEntriesParamsWithContext(ctx context.Context) *GetQueueEntriesParams + func NewGetQueueEntriesParamsWithHTTPClient(client *http.Client) *GetQueueEntriesParams + func NewGetQueueEntriesParamsWithTimeout(timeout time.Duration) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) SetAccountID(accountID *strfmt.UUID) + func (o *GetQueueEntriesParams) SetContext(ctx context.Context) + func (o *GetQueueEntriesParams) SetHTTPClient(client *http.Client) + func (o *GetQueueEntriesParams) SetMaxDate(maxDate *string) + func (o *GetQueueEntriesParams) SetMinDate(minDate *string) + func (o *GetQueueEntriesParams) SetQueueName(queueName *string) + func (o *GetQueueEntriesParams) SetServiceName(serviceName *string) + func (o *GetQueueEntriesParams) SetTimeout(timeout time.Duration) + func (o *GetQueueEntriesParams) SetWithBusEvents(withBusEvents *bool) + func (o *GetQueueEntriesParams) SetWithHistory(withHistory *bool) + func (o *GetQueueEntriesParams) SetWithInProcessing(withInProcessing *bool) + func (o *GetQueueEntriesParams) SetWithNotifications(withNotifications *bool) + func (o *GetQueueEntriesParams) WithAccountID(accountID *strfmt.UUID) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithContext(ctx context.Context) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithHTTPClient(client *http.Client) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithMaxDate(maxDate *string) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithMinDate(minDate *string) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithQueueName(queueName *string) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithServiceName(serviceName *string) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithTimeout(timeout time.Duration) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithWithBusEvents(withBusEvents *bool) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithWithHistory(withHistory *bool) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithWithInProcessing(withInProcessing *bool) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WithWithNotifications(withNotifications *bool) *GetQueueEntriesParams + func (o *GetQueueEntriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetQueueEntriesReader struct + func (o *GetQueueEntriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IAdmin interface + GetQueueEntries func(ctx context.Context, params *GetQueueEntriesParams) (*GetQueueEntriesOK, error) + InvalidatesCache func(ctx context.Context, params *InvalidatesCacheParams) (*InvalidatesCacheNoContent, error) + InvalidatesCacheByAccount func(ctx context.Context, params *InvalidatesCacheByAccountParams) (*InvalidatesCacheByAccountNoContent, error) + InvalidatesCacheByTenant func(ctx context.Context, params *InvalidatesCacheByTenantParams) (*InvalidatesCacheByTenantNoContent, error) + PutInRotation func(ctx context.Context, params *PutInRotationParams) (*PutInRotationNoContent, error) + PutOutOfRotation func(ctx context.Context, params *PutOutOfRotationParams) (*PutOutOfRotationNoContent, error) + TriggerInvoiceGenerationForParkedAccounts func(ctx context.Context, params *TriggerInvoiceGenerationForParkedAccountsParams) (*TriggerInvoiceGenerationForParkedAccountsOK, error) + UpdatePaymentTransactionState func(ctx context.Context, params *UpdatePaymentTransactionStateParams) (*UpdatePaymentTransactionStateNoContent, error) + type InvalidatesCacheBadRequest struct + HttpResponse runtime.ClientResponse + func NewInvalidatesCacheBadRequest() *InvalidatesCacheBadRequest + func (o *InvalidatesCacheBadRequest) Error() string + type InvalidatesCacheByAccountBadRequest struct + HttpResponse runtime.ClientResponse + func NewInvalidatesCacheByAccountBadRequest() *InvalidatesCacheByAccountBadRequest + func (o *InvalidatesCacheByAccountBadRequest) Error() string + type InvalidatesCacheByAccountNoContent struct + HttpResponse runtime.ClientResponse + func NewInvalidatesCacheByAccountNoContent() *InvalidatesCacheByAccountNoContent + func (o *InvalidatesCacheByAccountNoContent) Error() string + type InvalidatesCacheByAccountParams struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewInvalidatesCacheByAccountParams() *InvalidatesCacheByAccountParams + func NewInvalidatesCacheByAccountParamsWithContext(ctx context.Context) *InvalidatesCacheByAccountParams + func NewInvalidatesCacheByAccountParamsWithHTTPClient(client *http.Client) *InvalidatesCacheByAccountParams + func NewInvalidatesCacheByAccountParamsWithTimeout(timeout time.Duration) *InvalidatesCacheByAccountParams + func (o *InvalidatesCacheByAccountParams) SetAccountID(accountID strfmt.UUID) + func (o *InvalidatesCacheByAccountParams) SetContext(ctx context.Context) + func (o *InvalidatesCacheByAccountParams) SetHTTPClient(client *http.Client) + func (o *InvalidatesCacheByAccountParams) SetTimeout(timeout time.Duration) + func (o *InvalidatesCacheByAccountParams) WithAccountID(accountID strfmt.UUID) *InvalidatesCacheByAccountParams + func (o *InvalidatesCacheByAccountParams) WithContext(ctx context.Context) *InvalidatesCacheByAccountParams + func (o *InvalidatesCacheByAccountParams) WithHTTPClient(client *http.Client) *InvalidatesCacheByAccountParams + func (o *InvalidatesCacheByAccountParams) WithTimeout(timeout time.Duration) *InvalidatesCacheByAccountParams + func (o *InvalidatesCacheByAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvalidatesCacheByAccountReader struct + func (o *InvalidatesCacheByAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvalidatesCacheByTenantNoContent struct + HttpResponse runtime.ClientResponse + func NewInvalidatesCacheByTenantNoContent() *InvalidatesCacheByTenantNoContent + func (o *InvalidatesCacheByTenantNoContent) Error() string + type InvalidatesCacheByTenantParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewInvalidatesCacheByTenantParams() *InvalidatesCacheByTenantParams + func NewInvalidatesCacheByTenantParamsWithContext(ctx context.Context) *InvalidatesCacheByTenantParams + func NewInvalidatesCacheByTenantParamsWithHTTPClient(client *http.Client) *InvalidatesCacheByTenantParams + func NewInvalidatesCacheByTenantParamsWithTimeout(timeout time.Duration) *InvalidatesCacheByTenantParams + func (o *InvalidatesCacheByTenantParams) SetContext(ctx context.Context) + func (o *InvalidatesCacheByTenantParams) SetHTTPClient(client *http.Client) + func (o *InvalidatesCacheByTenantParams) SetTimeout(timeout time.Duration) + func (o *InvalidatesCacheByTenantParams) WithContext(ctx context.Context) *InvalidatesCacheByTenantParams + func (o *InvalidatesCacheByTenantParams) WithHTTPClient(client *http.Client) *InvalidatesCacheByTenantParams + func (o *InvalidatesCacheByTenantParams) WithTimeout(timeout time.Duration) *InvalidatesCacheByTenantParams + func (o *InvalidatesCacheByTenantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvalidatesCacheByTenantReader struct + func (o *InvalidatesCacheByTenantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type InvalidatesCacheNoContent struct + HttpResponse runtime.ClientResponse + func NewInvalidatesCacheNoContent() *InvalidatesCacheNoContent + func (o *InvalidatesCacheNoContent) Error() string + type InvalidatesCacheParams struct + CacheName *string + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewInvalidatesCacheParams() *InvalidatesCacheParams + func NewInvalidatesCacheParamsWithContext(ctx context.Context) *InvalidatesCacheParams + func NewInvalidatesCacheParamsWithHTTPClient(client *http.Client) *InvalidatesCacheParams + func NewInvalidatesCacheParamsWithTimeout(timeout time.Duration) *InvalidatesCacheParams + func (o *InvalidatesCacheParams) SetCacheName(cacheName *string) + func (o *InvalidatesCacheParams) SetContext(ctx context.Context) + func (o *InvalidatesCacheParams) SetHTTPClient(client *http.Client) + func (o *InvalidatesCacheParams) SetTimeout(timeout time.Duration) + func (o *InvalidatesCacheParams) WithCacheName(cacheName *string) *InvalidatesCacheParams + func (o *InvalidatesCacheParams) WithContext(ctx context.Context) *InvalidatesCacheParams + func (o *InvalidatesCacheParams) WithHTTPClient(client *http.Client) *InvalidatesCacheParams + func (o *InvalidatesCacheParams) WithTimeout(timeout time.Duration) *InvalidatesCacheParams + func (o *InvalidatesCacheParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InvalidatesCacheReader struct + func (o *InvalidatesCacheReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type PutInRotationNoContent struct + HttpResponse runtime.ClientResponse + func NewPutInRotationNoContent() *PutInRotationNoContent + func (o *PutInRotationNoContent) Error() string + type PutInRotationParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewPutInRotationParams() *PutInRotationParams + func NewPutInRotationParamsWithContext(ctx context.Context) *PutInRotationParams + func NewPutInRotationParamsWithHTTPClient(client *http.Client) *PutInRotationParams + func NewPutInRotationParamsWithTimeout(timeout time.Duration) *PutInRotationParams + func (o *PutInRotationParams) SetContext(ctx context.Context) + func (o *PutInRotationParams) SetHTTPClient(client *http.Client) + func (o *PutInRotationParams) SetTimeout(timeout time.Duration) + func (o *PutInRotationParams) WithContext(ctx context.Context) *PutInRotationParams + func (o *PutInRotationParams) WithHTTPClient(client *http.Client) *PutInRotationParams + func (o *PutInRotationParams) WithTimeout(timeout time.Duration) *PutInRotationParams + func (o *PutInRotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutInRotationReader struct + func (o *PutInRotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutOutOfRotationNoContent struct + HttpResponse runtime.ClientResponse + func NewPutOutOfRotationNoContent() *PutOutOfRotationNoContent + func (o *PutOutOfRotationNoContent) Error() string + type PutOutOfRotationParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewPutOutOfRotationParams() *PutOutOfRotationParams + func NewPutOutOfRotationParamsWithContext(ctx context.Context) *PutOutOfRotationParams + func NewPutOutOfRotationParamsWithHTTPClient(client *http.Client) *PutOutOfRotationParams + func NewPutOutOfRotationParamsWithTimeout(timeout time.Duration) *PutOutOfRotationParams + func (o *PutOutOfRotationParams) SetContext(ctx context.Context) + func (o *PutOutOfRotationParams) SetHTTPClient(client *http.Client) + func (o *PutOutOfRotationParams) SetTimeout(timeout time.Duration) + func (o *PutOutOfRotationParams) WithContext(ctx context.Context) *PutOutOfRotationParams + func (o *PutOutOfRotationParams) WithHTTPClient(client *http.Client) *PutOutOfRotationParams + func (o *PutOutOfRotationParams) WithTimeout(timeout time.Duration) *PutOutOfRotationParams + func (o *PutOutOfRotationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutOutOfRotationReader struct + func (o *PutOutOfRotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type TriggerInvoiceGenerationForParkedAccountsOK struct + HttpResponse runtime.ClientResponse + func NewTriggerInvoiceGenerationForParkedAccountsOK() *TriggerInvoiceGenerationForParkedAccountsOK + func (o *TriggerInvoiceGenerationForParkedAccountsOK) Error() string + type TriggerInvoiceGenerationForParkedAccountsParams struct + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewTriggerInvoiceGenerationForParkedAccountsParams() *TriggerInvoiceGenerationForParkedAccountsParams + func NewTriggerInvoiceGenerationForParkedAccountsParamsWithContext(ctx context.Context) *TriggerInvoiceGenerationForParkedAccountsParams + func NewTriggerInvoiceGenerationForParkedAccountsParamsWithHTTPClient(client *http.Client) *TriggerInvoiceGenerationForParkedAccountsParams + func NewTriggerInvoiceGenerationForParkedAccountsParamsWithTimeout(timeout time.Duration) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetContext(ctx context.Context) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetHTTPClient(client *http.Client) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetLimit(limit *int64) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetOffset(offset *int64) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetTimeout(timeout time.Duration) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetXKillbillComment(xKillbillComment *string) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) SetXKillbillReason(xKillbillReason *string) + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithContext(ctx context.Context) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithHTTPClient(client *http.Client) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithLimit(limit *int64) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithOffset(offset *int64) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithTimeout(timeout time.Duration) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithXKillbillComment(xKillbillComment *string) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WithXKillbillReason(xKillbillReason *string) *TriggerInvoiceGenerationForParkedAccountsParams + func (o *TriggerInvoiceGenerationForParkedAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type TriggerInvoiceGenerationForParkedAccountsReader struct + func (o *TriggerInvoiceGenerationForParkedAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdatePaymentTransactionStateBadRequest struct + HttpResponse runtime.ClientResponse + func NewUpdatePaymentTransactionStateBadRequest() *UpdatePaymentTransactionStateBadRequest + func (o *UpdatePaymentTransactionStateBadRequest) Error() string + type UpdatePaymentTransactionStateNoContent struct + HttpResponse runtime.ClientResponse + func NewUpdatePaymentTransactionStateNoContent() *UpdatePaymentTransactionStateNoContent + func (o *UpdatePaymentTransactionStateNoContent) Error() string + type UpdatePaymentTransactionStateParams struct + Body *kbmodel.AdminPayment + Context context.Context + HTTPClient *http.Client + PaymentID strfmt.UUID + PaymentTransactionID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUpdatePaymentTransactionStateParams() *UpdatePaymentTransactionStateParams + func NewUpdatePaymentTransactionStateParamsWithContext(ctx context.Context) *UpdatePaymentTransactionStateParams + func NewUpdatePaymentTransactionStateParamsWithHTTPClient(client *http.Client) *UpdatePaymentTransactionStateParams + func NewUpdatePaymentTransactionStateParamsWithTimeout(timeout time.Duration) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) SetBody(body *kbmodel.AdminPayment) + func (o *UpdatePaymentTransactionStateParams) SetContext(ctx context.Context) + func (o *UpdatePaymentTransactionStateParams) SetHTTPClient(client *http.Client) + func (o *UpdatePaymentTransactionStateParams) SetPaymentID(paymentID strfmt.UUID) + func (o *UpdatePaymentTransactionStateParams) SetPaymentTransactionID(paymentTransactionID strfmt.UUID) + func (o *UpdatePaymentTransactionStateParams) SetTimeout(timeout time.Duration) + func (o *UpdatePaymentTransactionStateParams) SetXKillbillComment(xKillbillComment *string) + func (o *UpdatePaymentTransactionStateParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UpdatePaymentTransactionStateParams) SetXKillbillReason(xKillbillReason *string) + func (o *UpdatePaymentTransactionStateParams) WithBody(body *kbmodel.AdminPayment) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithContext(ctx context.Context) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithHTTPClient(client *http.Client) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithPaymentID(paymentID strfmt.UUID) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithPaymentTransactionID(paymentTransactionID strfmt.UUID) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithTimeout(timeout time.Duration) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithXKillbillComment(xKillbillComment *string) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WithXKillbillReason(xKillbillReason *string) *UpdatePaymentTransactionStateParams + func (o *UpdatePaymentTransactionStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdatePaymentTransactionStateReader struct + func (o *UpdatePaymentTransactionStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/killbill/kbcli/v2 github.com/killbill/kbcli/v3