gatherers

package
v0.0.0-...-a9ed6da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package gatherers contains routines for different types of inventory gatherers

Package gatherers contains routines for different types of inventory gatherers

Package gatherers contains routines for different types of inventory gatherers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeGatherers

func InitializeGatherers(context context.T) (SupportedGatherer, InstalledGatherer)

InitializeGatherers collects supported and installed gatherers

Types

type InstalledGatherer

type InstalledGatherer map[string]T

InstalledGatherer is a map of gatherers of all platforms

type Mock

type Mock struct {
	mock.Mock
}

Mock represents a mocked gatherer.

func NewMockDefault

func NewMockDefault() *Mock

NewMockDefault returns an instance of Mock with default expectations set.

func (*Mock) Name

func (m *Mock) Name() string

Name mock implementation of namesake

func (*Mock) RequestStop

func (m *Mock) RequestStop(stopType contracts.StopType) error

RequestStop mock implementation of namesake

func (*Mock) Run

func (m *Mock) Run(context context.T, configuration model.Config) ([]model.Item, error)

Run mock implementation of namesake

type SupportedGatherer

type SupportedGatherer map[string]T

SupportedGatherer is a map of supported gatherer on current platform

type T

type T interface {
	//returns the Name of the gatherer
	Name() string
	//runs the gatherer with a given configuration
	//returns array of inventory.Item as custom gatherer collects multiple
	//inventory items at a time
	Run(context context.T, configuration model.Config) ([]model.Item, error)
	//stops the execution of a gatherer
	RequestStop(stopType contracts.StopType) error
}

T defines operations that all inventory gatherers support

Directories

Path Synopsis
Package application contains a application gatherer.
Package application contains a application gatherer.
Package awscomponent contains a aws component gatherer.
Package awscomponent contains a aws component gatherer.
Package custom contains a gatherer for collecting custom inventory items
Package custom contains a gatherer for collecting custom inventory items
Package file contains file gatherer.
Package file contains file gatherer.
Package instancedetailedinformation contains a gatherer for the AWS:InstanceDetailedInformation inventory type.
Package instancedetailedinformation contains a gatherer for the AWS:InstanceDetailedInformation inventory type.
Package network contains a network gatherer.
Package network contains a network gatherer.
Package registry collects information about windows registry
Package registry collects information about windows registry
Package role contains a role gatherer.
Package role contains a role gatherer.
Package service contains a service gatherer.
Package service contains a service gatherer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL