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

9 lines
107 B
Go
Raw Normal View History

package settings
import "regexp"
type PatternConfig struct {
RegExp *regexp.Regexp
Template string
}