Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "nodeProcess"
Variables ¶
View Source
var ( Handshake = plugin.HandshakeConfig{ ProtocolVersion: 2, MagicCookieKey: "NODE_PROCESS_PLUGIN", MagicCookieValue: "dynamic", } // PluginMap is the map of plugins we can dispense. PluginMap = map[string]plugin.Plugin{ Name: &appPlugin{}, } )
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(node pluginpb.NodeClient) *Client
NewServer returns an app instance connected to a remote app instance
Click to show internal directories.
Click to hide internal directories.