Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateStandby uint32 = iota StateStart StateRunning StateShutdown StateStopped )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
// contains filtered or unexported fields
}
func (*Control) Shutdown ¶
func (c *Control) Shutdown(s Server, do DoShutdownFunc)
type DoShutdownFunc ¶
type DoShutdownFunc func(s Server)
Click to show internal directories.
Click to hide internal directories.