Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HyperdriveServer ¶
type HyperdriveServer struct {
*server.ApiManager
}
func NewHyperdriveServer ¶
func NewHyperdriveServer(sp *common.ServiceProvider, socketPath string) (*HyperdriveServer, error)
type ServerManager ¶
type ServerManager struct {
// contains filtered or unexported fields
}
ServerManager manages all of the daemon sockets and servers run by the main Hyperdrive daemon
func NewServerManager ¶
func NewServerManager(sp *common.ServiceProvider, cfgPath string, stopWg *sync.WaitGroup, moduleNames []string) (*ServerManager, error)
Creates a new server manager
Click to show internal directories.
Click to hide internal directories.