[build test]
This commit is contained in:
@ -11,6 +11,10 @@ type NOT struct {
|
||||
adapter string
|
||||
}
|
||||
|
||||
func (not *NOT) ShouldFindProcess() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func NewNOT(payload string, adapter string) (*NOT, error) {
|
||||
not := &NOT{payload: payload, adapter: adapter}
|
||||
rule, err := parseRuleByPayload(payload)
|
||||
|
Reference in New Issue
Block a user