mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
make message better
This commit is contained in:
parent
c03235ed64
commit
1abdfc9b10
14 changed files with 265 additions and 97 deletions
|
@ -53,7 +53,8 @@ type Node struct {
|
|||
//Statics can be present in any type of node and is executed last
|
||||
Statics []types.ExtraField `yaml:"statics,omitempty"`
|
||||
//Whitelists
|
||||
Whitelist types.Whitelist `yaml:"whitelist,omitempty"`
|
||||
Whitelist types.Whitelist `yaml:"whitelist,omitempty"`
|
||||
Data []*types.DataSource `yaml:"data,omitempty"`
|
||||
}
|
||||
|
||||
func (n *Node) validate(pctx *UnixParserCtx) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue