Documentation
¶
Index ¶
Constants ¶
View Source
const ( PREPAREERROR = 1 RUNERROR = 2 CLOSEERROR = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerAddr ¶
type ServerAddr struct{}
func (ServerAddr) IP ¶
func (ServerAddr) IP(subnet *string) string
type ServerBase ¶
type ServerBase struct {
// contains filtered or unexported fields
}
func (*ServerBase) AddDependencies ¶
func (server *ServerBase) AddDependencies( dependencies ...infrastructure.Dependency, ) infrastructure.Server
func (*ServerBase) Run ¶
func (server *ServerBase) Run()
Click to show internal directories.
Click to hide internal directories.