Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter for modules by black and whitelists. Maps module names to minimal versions of these modules to be pulled. By default, this is a whitelist filter, but that can be changed via SetType.
func (*Filter) FilterReleases ¶
func (*Filter) GetMinimalVersion ¶
type FilterType ¶ added in v0.10.0
type FilterType int
const ( FilterTypeWhitelist FilterType = iota FilterTypeBlacklist )
Click to show internal directories.
Click to hide internal directories.