Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFileMissingError ¶
type ConfigFileMissingError string
Raised when config file is missing
func (ConfigFileMissingError) Error ¶
func (str ConfigFileMissingError) Error() string
type ConfigValidationError ¶
type ConfigValidationError string
Raised when the config file doesnt match schema
func (ConfigValidationError) Error ¶
func (str ConfigValidationError) Error() string
type DependencyMissingError ¶
type DependencyMissingError string
Raised when a dependency (like smartd or ssh-agent) is missing
func (DependencyMissingError) Error ¶
func (str DependencyMissingError) Error() string
type NotificationValidationError ¶
type NotificationValidationError string
Raised when the notification system is incorrectly configured
func (NotificationValidationError) Error ¶
func (str NotificationValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.