package
0.4.1
Repository: https://github.com/docker/deploykit.git
Documentation: pkg.go.dev

# Functions

NewClient returns a plugin interface implementation connected to a plugin.
PluginServer returns a RPCService that conforms to the net/rpc rpc call convention.
PluginServerWithTypes which supports multiple types of instance plugins.

# Structs

DescribeInstancesRequest is the rpc wrapper for DescribeInstances request.
DescribeInstancesResponse is the rpc wrapper for the DescribeInstances response.
DestroyRequest is the rpc wrapper for Destroy request.
DestroyResponse is the rpc wrapper for Destroy response.
Instance is the JSON RPC service representing the Instance Plugin.
LabelRequest is the rpc wrapper for Label request.
LabelResponse is the rpc wrapper for Label response.
ProvisionRequest is the rpc wrapper for Provision request.
ProvisionResponse is the rpc wrapper for Provision response.
ValidateRequest is the rpc wrapper for the Validate method args.
ValidateResponse is the rpc wrapper for the Validate response values.