lure/internal/types/repo.go

9 lines
160 B
Go
Raw Normal View History

package types
2022-12-01 06:15:34 +00:00
// RepoConfig represents a LURE repo's lure-repo.toml file.
type RepoConfig struct {
Repo struct {
MinVersion string `toml:"minVersion"`
}
}