Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Log struct {
LevelStdout string `config:"LOG_LEVEL_STDOUT" yaml:"levelStdout"`
PathFile string `config:"LOG_PATH_FILE" yaml:"pathFile"`
LevelFile string `config:"LOG_LEVEL_FILE" yaml:"levelFile"`
} `yaml:"log"`
Build struct {
ExtensionExclude string `config:"BUILD_EXTENSION_EXCLUDE" yaml:"extensionExclude"`
} `yaml:"build"`
Template struct {
ImagePath string `config:"TEMPLATE_IMAGE_PATH" yaml:"imagePath"`
IndexPath string `config:"TEMPLATE_INDEX_PATH" yaml:"indexPath"`
} `yaml:"template"`
CurrentPath string
Version string
Commit string
}
Click to show internal directories.
Click to hide internal directories.