Documentation ¶
Index ¶
- func RunServer(socketPath string, domainManager virtwrap.DomainManager, ...) error
- type Launcher
- func (s *Launcher) GetDomain(args *cmdclient.Args, reply *cmdclient.Reply) error
- func (s *Launcher) Kill(args *cmdclient.Args, reply *cmdclient.Reply) error
- func (s *Launcher) Ping(args *cmdclient.Args, reply *cmdclient.Reply) error
- func (s *Launcher) Shutdown(args *cmdclient.Args, reply *cmdclient.Reply) error
- func (s *Launcher) Sync(args *cmdclient.Args, reply *cmdclient.Reply) error
- type ServerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunServer ¶
func RunServer(socketPath string, domainManager virtwrap.DomainManager, stopChan chan struct{}, options *ServerOptions) error
Types ¶
type Launcher ¶
type Launcher struct {
// contains filtered or unexported fields
}
type ServerOptions ¶ added in v0.6.0
type ServerOptions struct {
// contains filtered or unexported fields
}
func NewServerOptions ¶ added in v0.6.0
func NewServerOptions(allowEmulation bool) *ServerOptions
Click to show internal directories.
Click to hide internal directories.