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) GetPluginsInfo(ctx context.Context, params *GetPluginsInfoParams) (*GetPluginsInfoOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetPluginsInfoOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.PluginInfo + func NewGetPluginsInfoOK() *GetPluginsInfoOK + func (o *GetPluginsInfoOK) Error() string + type GetPluginsInfoParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + 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) SetHTTPClient(client *http.Client) + func (o *GetPluginsInfoParams) SetTimeout(timeout time.Duration) + func (o *GetPluginsInfoParams) WithContext(ctx context.Context) *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 IPluginInfo interface + GetPluginsInfo func(ctx context.Context, params *GetPluginsInfoParams) (*GetPluginsInfoOK, 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