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

8 lines
100 B
Go
Raw Normal View History

package settings
type sonarQubeConfig struct {
Url string
Token *token
Webhook *webhook
}