Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginHandshake ¶
PluginHandshake includes handshake properties for the plugin.
type PluginIdentity ¶
type PluginIdentity struct {
ProtocolVersion uint
// ExecutableLocation is the full path to the plugin server's executable location
ExecutableLocation string
// ExecutableArgs is the argument list for the provided plugin executable - optional
ExecutableArgs []string
// ExecutableEnvVars is the environment variable list for the provided plugin executable - optional
ExecutableEnvVars []string
}
PluginIdentity identifies the plugin's version and executable location.
Click to show internal directories.
Click to hide internal directories.