Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsPlugin ¶
type LogsPlugin struct { plugin.NetRPCUnsupportedPlugin Impl *component.LogViewer // Impl is the concrete implementation Mappers []*argmapper.Func // Mappers Logger hclog.Logger // Logger }
UIPlugin implements plugin.Plugin (specifically GRPCPlugin) for the terminal.UI interface.
func (*LogsPlugin) GRPCClient ¶
func (p *LogsPlugin) GRPCClient( ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientConn, ) (interface{}, error)
func (*LogsPlugin) GRPCServer ¶
func (p *LogsPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error
Click to show internal directories.
Click to hide internal directories.