Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPOutput ¶
type RuleConfig ¶
type RuleConfig struct {
// contains filtered or unexported fields
}
func NewRuleConfig ¶
func NewRuleConfig(log logger.Logger, ruleConfigPath string) (*RuleConfig, error)
type Rules ¶
type Rules struct { Admin struct { Namespaces []string DeadLetters bool `yaml:"dead-letters"` ErrorOnDeadLetters bool `yaml:"error-on-dead-letters"` Output struct { HTTP HTTPOutput `yaml:"http"` } } Output []struct { Namespace string HTTP HTTPOutput `yaml:"http"` } }
Click to show internal directories.
Click to hide internal directories.