Documentation
¶
Overview ¶
Package client provides helpers for executing plugin binaries via RPC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process owns a spawned plugin binary and the pipes used for RPC communication.
func StartProcess ¶
StartProcess launches the plugin binary at path and returns a Process wrapper.
Click to show internal directories.
Click to hide internal directories.