gitea-sonarqube-bot/internal/settings/project.go

9 lines
128 B
Go
Raw Normal View History

package settings
type Project struct {
SonarQube struct {
Key string
} `mapstructure:"sonarqube"`
Gitea GiteaRepository
}