Documentation
¶
Index ¶
Constants ¶
View Source
const BinaryName = "deloominator"
BinaryName is the name of the program
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Port int `default:"3000"`
Sources []string `envconfig:"data_sources" required:"true"`
Storage string `envconfig:"storage"`
LogFormat string `default:"JSON" split_words:"true"`
Debug bool `default:"false"`
SkipOpen bool `default:"false" split_words:"true"`
}
Config represents the available options `deloominator` can read from the environment
Click to show internal directories.
Click to hide internal directories.