Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Jim = &monkey.Jim{}
Functions ¶
func RegisterFlags ¶
func RegisterFlags()
Types ¶
type Config ¶
type Config struct { SMTPBindAddr string APIBindAddr string Hostname string MongoUri string MongoDb string MongoColl string StorageType string CORSOrigin string InviteJim bool Storage storage.Storage MessageChan chan *data.Message Assets func(asset string) ([]byte, error) Monkey monkey.ChaosMonkey OutgoingSMTPFile string OutgoingSMTP map[string]*OutgoingSMTP }
func DefaultConfig ¶
func DefaultConfig() *Config
Click to show internal directories.
Click to hide internal directories.