Documentation ¶
Index ¶
- func BuiltIn(registerConfig bool) catalog.BuiltIn
- type Plugin
- func (p *Plugin) BrokerHostServices(broker pluginsdk.ServiceBroker) error
- func (p *Plugin) Close() error
- func (p *Plugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
- func (p *Plugin) PluginEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)
- func (p *Plugin) ServiceEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)
- func (p *Plugin) SetLogger(log hclog.Logger)
- type SomeHostService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { test.UnimplementedSomePluginServer test.UnimplementedSomeServiceServer configv1.UnimplementedConfigServer // contains filtered or unexported fields }
func (*Plugin) BrokerHostServices ¶
func (p *Plugin) BrokerHostServices(broker pluginsdk.ServiceBroker) error
func (*Plugin) Configure ¶
func (p *Plugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (*configv1.ConfigureResponse, error)
func (*Plugin) PluginEcho ¶
func (p *Plugin) PluginEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)
func (*Plugin) ServiceEcho ¶
func (p *Plugin) ServiceEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)
type SomeHostService ¶
type SomeHostService struct {
test.UnimplementedSomeHostServiceServer
}
func (SomeHostService) HostServiceEcho ¶
func (SomeHostService) HostServiceEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)
Click to show internal directories.
Click to hide internal directories.