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) GetClock(ctx context.Context, params *GetClockParams) (*GetClockOK, error) + func (a *Client) SetClock(ctx context.Context, params *SetClockParams) (*SetClockOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetClockOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Clock + func NewGetClockOK() *GetClockOK + func (o *GetClockOK) Error() string + type GetClockParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillAPIKey string + XKillbillAPISecret string + func NewGetClockParams() *GetClockParams + func NewGetClockParamsWithContext(ctx context.Context) *GetClockParams + func NewGetClockParamsWithHTTPClient(client *http.Client) *GetClockParams + func NewGetClockParamsWithTimeout(timeout time.Duration) *GetClockParams + func (o *GetClockParams) SetContext(ctx context.Context) + func (o *GetClockParams) SetHTTPClient(client *http.Client) + func (o *GetClockParams) SetTimeout(timeout time.Duration) + func (o *GetClockParams) SetXKillbillAPIKey(xKillbillAPIKey string) + func (o *GetClockParams) SetXKillbillAPISecret(xKillbillAPISecret string) + func (o *GetClockParams) WithContext(ctx context.Context) *GetClockParams + func (o *GetClockParams) WithHTTPClient(client *http.Client) *GetClockParams + func (o *GetClockParams) WithTimeout(timeout time.Duration) *GetClockParams + func (o *GetClockParams) WithXKillbillAPIKey(xKillbillAPIKey string) *GetClockParams + func (o *GetClockParams) WithXKillbillAPISecret(xKillbillAPISecret string) *GetClockParams + func (o *GetClockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClockReader struct + func (o *GetClockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IDebug interface + GetClock func(ctx context.Context, params *GetClockParams) (*GetClockOK, error) + SetClock func(ctx context.Context, params *SetClockParams) (*SetClockOK, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type SetClockOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Clock + func NewSetClockOK() *SetClockOK + func (o *SetClockOK) Error() string + type SetClockParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + RequestedDate strfmt.DateTime + WithStackTrace *bool + XKillbillAPIKey string + XKillbillAPISecret string + func NewSetClockParams() *SetClockParams + func NewSetClockParamsWithContext(ctx context.Context) *SetClockParams + func NewSetClockParamsWithHTTPClient(client *http.Client) *SetClockParams + func NewSetClockParamsWithTimeout(timeout time.Duration) *SetClockParams + func (o *SetClockParams) SetContext(ctx context.Context) + func (o *SetClockParams) SetHTTPClient(client *http.Client) + func (o *SetClockParams) SetRequestedDate(requestedDate strfmt.DateTime) + func (o *SetClockParams) SetTimeout(timeout time.Duration) + func (o *SetClockParams) SetXKillbillAPIKey(xKillbillAPIKey string) + func (o *SetClockParams) SetXKillbillAPISecret(xKillbillAPISecret string) + func (o *SetClockParams) WithContext(ctx context.Context) *SetClockParams + func (o *SetClockParams) WithHTTPClient(client *http.Client) *SetClockParams + func (o *SetClockParams) WithRequestedDate(requestedDate strfmt.DateTime) *SetClockParams + func (o *SetClockParams) WithTimeout(timeout time.Duration) *SetClockParams + func (o *SetClockParams) WithXKillbillAPIKey(xKillbillAPIKey string) *SetClockParams + func (o *SetClockParams) WithXKillbillAPISecret(xKillbillAPISecret string) *SetClockParams + func (o *SetClockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetClockReader struct + func (o *SetClockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)