Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct {
Version string `yaml:"version,omitempty" hash:"-"`
Vendor string `yaml:"vendor,omitempty"`
Checksum string `yaml:"checksum,omitempty" hash:"-"`
Root []string `yaml:"root,omitempty" hash:"-"`
Depends []depend `yaml:"deps,omitempty"`
Plugins []plugin `yaml:"plugins,omitempty" hash:"-"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.