Documentation
¶
Index ¶
Constants ¶
View Source
const ( V2023 string = "v2023" V2 string = "v2" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodeHosting ¶
type CodeHosting struct {
BaseURL *Endpoint `mapstructure:"endpoint"`
Token *Token `mapstructure:"token"`
Plugins map[string]*PluginConfig `mapstructure:"plugins"`
}
type Config ¶
type Config struct {
// build args
Velox map[string][]string `mapstructure:"velox"`
// Version
Roadrunner map[string]string `mapstructure:"roadrunner"`
// GitHub configuration
GitHub *CodeHosting `mapstructure:"github"`
// GitLab configuration
GitLab *CodeHosting `mapstructure:"gitlab"`
// Log contains log configuration
Log map[string]string `mapstructure:"log"`
}
type ModulesInfo ¶ added in v1.2.0
type ModulesInfo struct {
// Version - commit sha or tag
Version string
// PseudoVersion - Go pseudo version
PseudoVersion string
// module name - eg: github.com/roadrunner-server/logger/v2
ModuleName string
// Replace (for the local dev)
Replace string
}
ModulesInfo represents single go module
type PluginConfig ¶
Click to show internal directories.
Click to hide internal directories.