Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultInsecurePort = 3970
View Source
const DefaultPort = 3969
Default server port
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerModule ¶
type ServerModule struct {
// contains filtered or unexported fields
}
func NewServerModule ¶
func NewServerModule(port int, secure bool) (*ServerModule, error)
func (*ServerModule) Run ¶
func (s *ServerModule) Run()
type ServerSignalChannels ¶
type ServerSignalChannels struct {
// contains filtered or unexported fields
}
func NewServerSignalChannels ¶
func NewServerSignalChannels( moduleInitChan chan []string, moduleCloseChan chan bool, ) *ServerSignalChannels
Click to show internal directories.
Click to hide internal directories.