Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RootDir string
DBPath string
CacheDir []string
HookDir []string
GPGDir string
LogFile string
HoldPkg []string
IgnorePkg []string
IgnoreGroup []string
Architecture []string
XferCommand string
NoUpgrade []string
NoExtract []string
CleanMethod []string
SigLevel []string
LocalFileSigLevel []string
RemoteFileSigLevel []string
UseSyslog bool
Color bool
UseDelta float64
TotalDownload bool
CheckSpace bool
VerbosePkgLists bool
DisableDownloadTimeout bool
Repos []Repository
}
func (*Config) Repository ¶
func (conf *Config) Repository(name string) *Repository
Click to show internal directories.
Click to hide internal directories.