Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Gitea GiteaConfig SonarQube SonarQubeConfig Projects []Project Pattern *PatternConfig )
Functions ¶
Types ¶
type GiteaConfig ¶
type GiteaConfig struct {
Url string
Token *Token
Webhook *Webhook
StatusCheck *GiteaStatusCheck
}
type GiteaRepository ¶
type GiteaStatusCheck ¶ added in v0.3.0
type GiteaStatusCheck struct {
Name string
}
type PatternConfig ¶
type Project ¶
type Project struct {
SonarQube struct {
Key string
} `mapstructure:"sonarqube"`
Gitea GiteaRepository
}
type SonarQubeConfig ¶
func (*SonarQubeConfig) GetMetricsList ¶
func (c *SonarQubeConfig) GetMetricsList() string
Click to show internal directories.
Click to hide internal directories.