Documentation ¶
Index ¶
- func BuiltIn() catalog.Plugin
- type Plugin
- func (p *Plugin) BrokerHostServices(broker catalog.HostServiceBroker) error
- func (p *Plugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (resp *spi.ConfigureResponse, err error)
- func (p *Plugin) GetPluginInfo(ctx context.Context, req *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
- func (p *Plugin) Notify(ctx context.Context, req *notifier.NotifyRequest) (*notifier.NotifyResponse, error)
- func (p *Plugin) NotifyAndAdvise(ctx context.Context, req *notifier.NotifyAndAdviseRequest) (*notifier.NotifyAndAdviseResponse, error)
- func (p *Plugin) SetLogger(log hclog.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { notifier.UnsafeNotifierServer // contains filtered or unexported fields }
func (*Plugin) BrokerHostServices ¶
func (p *Plugin) BrokerHostServices(broker catalog.HostServiceBroker) error
func (*Plugin) Configure ¶
func (p *Plugin) Configure(ctx context.Context, req *spi.ConfigureRequest) (resp *spi.ConfigureResponse, err error)
func (*Plugin) GetPluginInfo ¶
func (p *Plugin) GetPluginInfo(ctx context.Context, req *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error)
func (*Plugin) Notify ¶
func (p *Plugin) Notify(ctx context.Context, req *notifier.NotifyRequest) (*notifier.NotifyResponse, error)
func (*Plugin) NotifyAndAdvise ¶
func (p *Plugin) NotifyAndAdvise(ctx context.Context, req *notifier.NotifyAndAdviseRequest) (*notifier.NotifyAndAdviseResponse, error)
Click to show internal directories.
Click to hide internal directories.