Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = struct { Name string `flag:"-" env:"-" file:"-"` LogLevel string `flag:"-" env:"CHERRY_LOG_LEVEL" file:"CHERRY_LOG_LEVEL_FILE"` LogJSON bool `flag:"-" env:"CHERRY_LOG_JSON" file:"CHERRY_LOG_JSON_FILE"` GithubToken string `flag:"-" env:"CHERRY_GITHUB_TOKEN" file:"CHERRY_GITHUB_TOKEN_FILE"` }{ Name: defaultName, LogLevel: defaultLogLevel, LogJSON: defaultLogJSON, }
Config defines the configuration values
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.