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 *StatusCheck }
type GiteaRepository ¶
type PatternConfig ¶
type Project ¶
type Project struct { SonarQube struct { Key string } `mapstructure:"sonarqube"` Gitea GiteaRepository StatusCheck *StatusCheck }
type SonarQubeConfig ¶
func (*SonarQubeConfig) GetMetricsList ¶
func (c *SonarQubeConfig) GetMetricsList() string
type StatusCheck ¶ added in v0.4.0
type StatusCheck struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.