Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func BuiltIn(registerConfig bool) catalog.BuiltIn + type Plugin struct + 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 struct + func (SomeHostService) HostServiceEcho(ctx context.Context, req *test.EchoRequest) (*test.EchoResponse, error)