Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(opts ManagerOptions) (ref *Manager, err error)
func (*Manager) GetExclusiveTags ¶ added in v1.0.8
func (*Manager) GetInclusiveTags ¶ added in v1.0.8
func (*Manager) Initialize ¶
type ManagerOptions ¶
type ManagerOptions interface {
GetConditionalTags() []string
}
Click to show internal directories.
Click to hide internal directories.