Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct { Disabled bool `config:"disabled"` Name string `config:"name"` Period time.Duration `config:"period"` Threshold time.Duration `config:"threshold"` Paths []string `config:"paths"` Whitelist []string `config:"whitelist"` Blacklist []string `config:"blacklist"` Max_depth int `config:"max_depth"` Attribute string `config:"attribute"` Heartbeat bool `config:"heartbeat"` }
Click to show internal directories.
Click to hide internal directories.