Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Jim = &monkey.Jim{}
Jim is a monkey
Functions ¶
Types ¶
type Config ¶
type Config struct { SMTPBindAddr string APIBindAddr string Hostname string MongoURI string MongoDb string MongoColl string StorageType string CORSOrigin string MaildirPath 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 WebPath string }
Config is the config, kind of
Click to show internal directories.
Click to hide internal directories.