gitea-sonarqube-bot/internal/settings/gitea.go
justusbunsi 5cb3daab60
Add webhook secret validation
Resolves: #4

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-05-21 19:05:09 +02:00

13 lines
157 B
Go

package settings
type GiteaRepository struct {
Owner string
Name string
}
type GiteaConfig struct {
Url string
Token *Token
Webhook *Webhook
}