package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Nov 24, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Version string `yaml:"version"`
Timeout string `yaml:"timeout"`
MaxGoroutines int `yaml:"max_goroutines"`
Interval string `yaml:"interval"`
Devices Devices `yaml:"devices"`
Storage Options `yaml:"storage"`
Filters []*Filter `yaml:"filters"`
}
type Devices struct {
List []Options `yaml:"list"`
Common Options `yaml:"common"`
}
type Filter struct {
Filter string `yaml:"filter"`
Name string `yaml:"name"`
Options Options `yaml:"options"`
}
type Options map[string]interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.