Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeltaCheck ¶
type Instance ¶
type Instance struct {
config.InternalConfig
Include []string `toml:"include"`
Exclude []string `toml:"exclude"`
Errors DeltaCheck `toml:"errors"`
Drops DeltaCheck `toml:"drops"`
LinkUp []LinkSpec `toml:"link_up"`
// contains filtered or unexported fields
}
type NetifPlugin ¶
type NetifPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*NetifPlugin) GetInstances ¶
func (p *NetifPlugin) GetInstances() []plugins.Instance
Click to show internal directories.
Click to hide internal directories.