Documentation
¶
Index ¶
- type Manager
- func (im *Manager) AddSources(sources ...string) error
- func (im *Manager) FindGroup(name string) (*parser.Group, bool)
- func (im *Manager) FindHost(name string) (*parser.Host, bool)
- func (im *Manager) MatchedGroups() (map[string]*parser.Group, error)
- func (im *Manager) MatchedHosts() (map[string]*parser.Host, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
func NewInventoryManager ¶
func NewInventoryManager(loader *parser.DataLoader, sources ...string) (*Manager, error)
func (*Manager) AddSources ¶ added in v0.2.0
func (*Manager) MatchedGroups ¶
Click to show internal directories.
Click to hide internal directories.