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) GetPluginsInfo(ctx context.Context, params *GetPluginsInfoParams) (*GetPluginsInfoOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetPluginsInfo func(ctx context.Context, params *GetPluginsInfoParams) (*GetPluginsInfoOK, error) + SetTransport func(transport runtime.ClientTransport) + type GetPluginsInfoOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.PluginInfo + func NewGetPluginsInfoOK() *GetPluginsInfoOK + func (o *GetPluginsInfoOK) Code() int + func (o *GetPluginsInfoOK) Error() string + func (o *GetPluginsInfoOK) GetPayload() []*kbmodel.PluginInfo + func (o *GetPluginsInfoOK) IsClientError() bool + func (o *GetPluginsInfoOK) IsCode(code int) bool + func (o *GetPluginsInfoOK) IsRedirect() bool + func (o *GetPluginsInfoOK) IsServerError() bool + func (o *GetPluginsInfoOK) IsSuccess() bool + func (o *GetPluginsInfoOK) String() string + type GetPluginsInfoParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithProfilingInfo *string + WithStackTrace *bool + func NewGetPluginsInfoParams() *GetPluginsInfoParams + func NewGetPluginsInfoParamsWithContext(ctx context.Context) *GetPluginsInfoParams + func NewGetPluginsInfoParamsWithHTTPClient(client *http.Client) *GetPluginsInfoParams + func NewGetPluginsInfoParamsWithTimeout(timeout time.Duration) *GetPluginsInfoParams + func (o *GetPluginsInfoParams) SetContext(ctx context.Context) + func (o *GetPluginsInfoParams) SetDefaults() + func (o *GetPluginsInfoParams) SetHTTPClient(client *http.Client) + func (o *GetPluginsInfoParams) SetTimeout(timeout time.Duration) + func (o *GetPluginsInfoParams) WithContext(ctx context.Context) *GetPluginsInfoParams + func (o *GetPluginsInfoParams) WithDefaults() *GetPluginsInfoParams + func (o *GetPluginsInfoParams) WithHTTPClient(client *http.Client) *GetPluginsInfoParams + func (o *GetPluginsInfoParams) WithTimeout(timeout time.Duration) *GetPluginsInfoParams + func (o *GetPluginsInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginsInfoReader struct + func (o *GetPluginsInfoReader) 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