Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Values ¶
type Values struct {
Git git.Config
Language string
LogLevel string
Name string
Port string
Ruby ruby.Config
Scala scala.Config
Webhook webhook.Config
NPM npm.Config
}
Values represents the config values needed by the entire application. In addition to top level values like Language and LogLevel, it has nested config structs for each of the sub-packages like Git, and all the languages supported.
Click to show internal directories.
Click to hide internal directories.