package
0.6.1
Repository: https://github.com/siderolabs/talos-vmtoolsd.git
Documentation: pkg.go.dev

# Functions

NewHypervisorChannelPair returns a pair of channels for communicating with the vmx.
NewService initializes a Service instance.

# Variables

ErrNotVirtualWorld is returned when the current process is not running in a virtual world.
RpciERR is the return code for a failed RPCI request.
RpciOK is the return code for a successful RPCI request.

# Structs

ChannelOut extends Channel to provide RPCI protocol helpers.
Service receives and dispatches incoming RPC requests from the vmx.

# Interfaces

Channel abstracts the guest<->vmx RPC transport.

# Type aliases

CommandHandler is given the raw argument portion of an RPC request and returns a response.
OptionHandler is given the raw key and value of Set_Option requests.