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 `yaml:"matchers"`
}
BrandCleansing contains rules and setting for vehicle brand cleansing.
type Cleansing ¶ added in v0.1.11
type Cleansing struct {
Brand BrandCleansing `yaml:"brand"`
}
Cleansing contains rules and setting for data cleansing.
type Database ¶
type Database struct { Host string `yaml:"host"` Port int `yaml:"port"` User string `yaml:"username"` Password string `yaml:"password"` Name string `yaml:"database"` SSLMode string `yaml:"ssl_mode"` }
Database contains configuration details for database.
type Matcher ¶ added in v0.1.11
type Matcher struct { Pattern string `yaml:"pattern"` Maker string `yaml:"maker"` Model string `yaml:"model"` }
Matcher contains patterns for vehicle brand cleansing.
Click to show internal directories.
Click to hide internal directories.