Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = &application{ Signal: make(chan os.Signal), Exit: make(chan bool), ExitCounter: 0, EnableHTTP: make(chan bool), EnableTCP: make(chan bool), EnableCommand: make(chan bool), EnableConfig: make(chan bool), }
View Source
var ServerContainer = &container{ Instances: make(map[string]interface{}), }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.