Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandCleansing ¶ added in v0.1.11
type BrandCleansing struct {
Matchers []Matcher `toml:"matchers"`
}
type Cleansing ¶ added in v0.1.11
type Cleansing struct {
Brand BrandCleansing `toml:"brand"`
}
type Database ¶
type Database struct { Host string `toml:"host"` Port int `toml:"port"` User string `toml:"username"` Password string `toml:"password"` Name string `toml:"database"` }
Database contains configuration details for database.
Click to show internal directories.
Click to hide internal directories.