package
Version:
v0.0.0-...-f06a132
Opens a new window with list of versions in this module.
Published: Jul 30, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DB string `yaml:"db"`
Domain string `yaml:"domain"`
Email Email `yaml:"email"`
}
type Email struct {
ServerAddress string `yaml:"server_address"`
ServerPort int `yaml:"server_port"`
EmailAddress string `yaml:"email_address"`
AppPassword string `yaml:"app_password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.