Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ServerPluginMap = map[string]plugin.Plugin{ "satellite": &satellite{}, } ErrorLinkClient = errors.New("can't create a link (satellite client) from main process") )
Functions ¶
Types ¶
type GRPCPluginServer ¶
type GRPCPluginServer struct { proto.UnimplementedPluginServer // contains filtered or unexported fields }
func (*GRPCPluginServer) Call ¶
func (p *GRPCPluginServer) Call(ctx context.Context, req *proto.CallRequest) (*proto.CallReturn, error)
func (*GRPCPluginServer) Symbols ¶
func (p *GRPCPluginServer) Symbols(context.Context, *proto.Empty) (*proto.FunctionDefinitions, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.