Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFlags ¶
func ReadFlags() *libBabou.AppSettings
Types ¶
type BridgeConfig ¶
type BridgeConfig struct { LocalBridge BridgePeer `json:"self"` Peers []*BridgePeer `json:"peers"` }
type BridgePeer ¶
type Config ¶
type Config struct { Database *DatabaseConfig `json:"db"` WebServer *ServerConfig `json:"site"` Tracker *ServerConfig `json:"tracker"` Events *BridgeConfig `json:"events"` }
The JSON configuration for the components of the babou stack.
type DatabaseConfig ¶
type DatabaseConfig struct {
ConnectionParams string `json:"open"`
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.