Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConfig applicationConfig
View Source
var Cipher string
View Source
var DB db
View Source
var GoogleKey googleKey
View Source
var LogFile logFile
View Source
var Path path
View Source
var Server server
View Source
var SessionLifetime int64
Functions ¶
func SetApplication ¶
func SetApplication(yamlFile []byte)
Types ¶
type MailConfig ¶
type MailConfig struct { Driver string `yaml:"driver"` Host string `yaml:"host"` Port int `yaml:"port"` Username string `yaml:"username"` Password string `yaml:"password"` From string `yaml:"from"` Encryption mail.Encryption `yaml:"encryption"` }
var EMail MailConfig
Click to show internal directories.
Click to hide internal directories.