Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Server *ServerConfig `toml:"server"` Database *DatabaseConfig `toml:"database"` Logging *LoggingConfig `toml:"logging"` }
type CredentialConfig ¶
type DatabaseConfig ¶
type DatabaseConfig struct {
Path string `toml:"path"`
}
type HttpConfig ¶
type LoggingConfig ¶
type ServerConfig ¶
type ServerConfig struct { Smtp *SmtpConfig `toml:"smtp"` Http *HttpConfig `toml:"http"` }
Click to show internal directories.
Click to hide internal directories.