Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChecksumCheck ¶
type ExistenceCheck ¶
type ExistenceCheck struct {
Severity string `toml:"severity"`
}
type FileCheckPlugin ¶
type FileCheckPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*FileCheckPlugin) GetInstances ¶
func (p *FileCheckPlugin) GetInstances() []plugins.Instance
type Instance ¶
type Instance struct {
config.InternalConfig
Targets []string `toml:"targets"`
Mtime MtimeCheck `toml:"mtime"`
Checksum ChecksumCheck `toml:"checksum"`
Existence ExistenceCheck `toml:"existence"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.