Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct {
Logger micrologger.Logger
}
type Manifest ¶
type Manifest struct { Constraints []ManifestProject `toml:"constraint,omitempty"` Overrides []ManifestProject `toml:"override,omitempty"` Ignored []string `toml:"ignored,omitempty"` Required []string `toml:"required,omitempty"` NoVerify []string `toml:"noverify,omitempty"` PruneOptions ManifestPruneOptions `toml:"prune,omitempty"` }
Manifest type is copied and adjusted from https://github.com/golang/dep/blob/v0.5.0/manifest.go#L60-L84.
type ManifestProject ¶
Click to show internal directories.
Click to hide internal directories.