Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.2.1
type Config struct { EvtChan chan<- event.NormalizedEvent BpChan <-chan bool StopChan chan struct{} ErrChan <-chan error Confd string Webd string WriteableConfig bool Pprof bool Mode string MaxEPS int MinEPS int MsqCluster string MsqPrefix string NodeName string Addr string Port int WebSocket bool }
Config define the struct used to initialize server
Click to show internal directories.
Click to hide internal directories.