package
0.0.0-20180329164818-3cebe5ef9ed5
Repository: https://github.com/clearcontainers/proxy.git
Documentation: pkg.go.dev
# Functions
NewClient creates a new client object to communicate with the proxy using the connection conn.
# Constants
LogLevelDebug is for log messages only useful debugging.
LogLevelError is for reporting errors.
LogLevelInfo is for reporting landmark events.
LogLevelWarn is for reporting warnings.
LogSourceRuntime represents a runtime.
LogSourceShim represents a shim.
# Structs
AttachVMOptions holds extra arguments one can pass to the AttachVM function.
The Client struct can be used to issue proxy API calls with a convenient high level API.
RegisterVMOptions holds extra arguments one can pass to the RegisterVM function.
# Type aliases
AttachVMReturn contains the return values from AttachVM.
LogLevel is the severity of log entries.
LogSource is the source of log entries.
RegisterVMReturn contains the return values from RegisterVM.