Versions in this module Expand all Collapse all v1 v1.0.0 Jun 2, 2021 Changes in this version + var Jim = &monkey.Jim + func RegisterFlags() + type Config struct + APIBindAddr string + Assets func(asset string) ([]byte, error) + CORSOrigin string + Hostname string + InviteJim bool + MaildirPath string + MessageChan chan *data.Message + MongoColl string + MongoDb string + MongoURI string + Monkey monkey.ChaosMonkey + OutgoingSMTP map[string]*OutgoingSMTP + OutgoingSMTPFile string + SMTPBindAddr string + Storage storage.Storage + StorageType string + WebPath string + func Configure() *Config + func DefaultConfig() *Config + type OutgoingSMTP struct + Email string + Host string + Mechanism string + Name string + Password string + Port string + Save bool + Username string