Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogConfigHandler ¶ added in v1.1.4
func LogConfigHandler() func(w http.ResponseWriter, r *http.Request)
func RulesHandler ¶
Types ¶
type LogConfigRequest ¶ added in v1.1.4
type LogConfigRequest struct {
Level string `json:"level"`
}
type RulesRequest ¶
type RulesRequest struct {
Messages []rule_engine.RuleItem `json:"messages"`
}
Click to show internal directories.
Click to hide internal directories.