Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DBConn string `yaml:"connstring"` URL string `yaml:"url"` Listen string `yaml:"listen"` To string `yaml:"to"` From string `yaml:"from"` Smarthost string `yaml:"smarthost"` Username string `yaml:"username"` Password string `yaml:"password"` Templates string `yaml:"template_dir"` Cert string `yaml:"tlscert"` Key string `yaml:"tlskey"` Image string `yaml:"image"` ImageDir string `yaml:"image_dir"` Path string `yaml:"path"` }
Click to show internal directories.
Click to hide internal directories.