lure/internal/types/repo.go

8 lines
100 B
Go

package types
type RepoConfig struct {
Repo struct {
MinVersion string `toml:"minVersion"`
}
}