posh-providers/pivotal/licensefinder/config.go
2024-07-22 21:28:44 +02:00

8 lines
226 B
Go

package licensefinder
type Config struct {
LogPath string `json:"logPath" yaml:"logPath"`
DecisionsPath string `json:"decisionsPath" yaml:"decisionsPath"`
Sources []string `json:"sources" yaml:"sources"`
}