mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
8 lines
226 B
Go
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"`
|
|
}
|