Exporting Variables for Debug

The variables are

* Total Channels
* Total Subscribers
* Total of unique Messages received by the system.
This commit is contained in:
claudemiro
2015-01-12 22:41:42 -03:00
parent 71d5099ac3
commit cadc72d482
4 changed files with 37 additions and 7 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ import "errors"
// The config file
type ConfigFile struct {
Host string // The host, eg: :8080 will start on 0.0.0.0:8080
Apps []*App
Host string // The host, eg: :8080 will start on 0.0.0.0:8080
Expvar bool
Apps []*App
}
// Error for App not found