Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RootCmd string `toml:"rootCmd"` PagerStyle string `toml:"pagerStyle"` IgnorePkgUpdates []string `toml:"ignorePkgUpdates"` Repos []Repo `toml:"repo"` }
Config represents the LURE configuration file
type RepoConfig ¶
type RepoConfig struct { Repo struct { MinVersion string `toml:"minVersion"` } }
RepoConfig represents a LURE repo's lure-repo.toml file.
Click to show internal directories.
Click to hide internal directories.