Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppPath string
Functions ¶
Types ¶
type AdBlock ¶
type AdBlock struct { NumberOfForbiddenWords int `mapstructure:"number_of_forbidden_words"` BlockTime int64 `mapstructure:"block_time"` }
var AdBlockC AdBlock
type Log ¶
type Log struct { MaxSize int `mapstructure:"max_size"` MaxAge int `mapstructure:"max_age"` MaxBackups int `mapstructure:"max_backups"` }
var LogC Log
type Message ¶
type Message struct { JoinHint string `mapstructure:"join_hint"` CaptchaImage string `mapstructure:"captcha_image"` VerificationComplete string `mapstructure:"verification_complete"` BlockHint string `mapstructure:"block_hint"` }
var MessageC Message
Click to show internal directories.
Click to hide internal directories.