Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager interface {
Start(context.Context) error
Stop(context.Context) error
Running(ctx context.Context) (Status, error)
Dependencies(ctx context.Context) (deps daemon.Dependency, root bool)
}
Manager handles networking between the host and the vm.
func NewManager ¶
func NewManager(host environment.HostActions) Manager
NewManager creates a new network manager.
Click to show internal directories.
Click to hide internal directories.