Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PopulateOptions ¶
func PopulateOptions(f *FlagOptions)
Types ¶
type Config ¶
type Config struct {
Settings YamlConfig
FilePath string
}
type FlagOptions ¶
type YamlConfig ¶
type YamlConfig struct {
Destination string
LogLevel string `bool:"log-level"`
Elasticsearch struct {
Uri string
Username string
Password string
UseZincAwsS3 bool `yaml:"use-zinc-aws-s3"`
NoDuplicates bool `yaml:"no-duplicates"`
}
Github struct {
Token string
}
Script struct {
Path string
MaxWorkers int `yaml:"max-workers"`
LogFile string `yaml:"log-file"`
}
Slack struct {
Token string
ChannelID string `yaml:"channel-id"`
}
Truffle struct {
Path string
MaxWorkers int `yaml:"max-workers"`
LogFile string `yaml:"log-file"`
GitHubToken string `yaml:"github-token"`
Ignore []string
}
Database struct {
Engine string
Dsn string
Path string
}
}
Click to show internal directories.
Click to hide internal directories.