package
1.4.0
Repository: https://github.com/snebel29/kwatchman.git
Documentation: pkg.go.dev

# Functions

NewConfig return kwatchman config file unmarshalled using viper.

# Structs

Config represent the config file.
Handler struct holds configuration fields for all handlers in this code base, non configured options will be set to its zero value in the struct filed, is the responsability of the handler to validate them, as well as to avoid naming conflicts, in the future namespacing might me implemented.
Resource holds the individual resource configurations.

# Type aliases

Handlers holds a list of Handler.
Resources holds a list of Resource.