Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handshake = plugin.HandshakeConfig{
ProtocolVersion: 1,
MagicCookieKey: "EIAM_PLUGIN",
MagicCookieValue: "dab75867-cde1-41fc-8416-818b718e4d62",
}
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
plugin.Plugin
Impl plugins.EIAMPlugin
}
Command is the implementation of plugin.GRPCPlugin that allows it to be served and consumed.
func (*Command) GRPCClient ¶
func (p *Command) GRPCClient( ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientConn, ) (interface{}, error)
func (*Command) GRPCServer ¶
Click to show internal directories.
Click to hide internal directories.