Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerManager ¶ added in v0.1.2
type ServerManager struct {
// contains filtered or unexported fields
}
ServerManager manages the API server run by the daemon
func NewServerManager ¶ added in v0.1.2
func NewServerManager(sp *swcommon.StakewiseServiceProvider, ip string, port uint16, stopWg *sync.WaitGroup) (*ServerManager, error)
Creates a new server manager
func (*ServerManager) Stop ¶ added in v0.1.2
func (m *ServerManager) Stop()
Stops and shuts down the servers
Click to show internal directories.
Click to hide internal directories.