Documentation ¶
Index ¶
Constants ¶
View Source
const ( V2024 string = "v2024" 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 { // Version Roadrunner map[string]string `mapstructure:"roadrunner"` // Debug configuration Debug *Debug `mapstructure:"debug"` // GitHub configuration GitHub *CodeHosting `mapstructure:"github"` // GitLab configuration GitLab *CodeHosting `mapstructure:"gitlab"` // Log contains log configuration Log map[string]string `mapstructure:"log"` }
type ModulesInfo ¶
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.