Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IPNotValid = func() error { return valid.TextErr{Err: errors.New("Not a IP addr")} } GremlinNotValid = func(err error) error { return valid.TextErr{Err: fmt.Errorf("Not a valid Gremlin expression: %s", err.Error())} } BPFFilterNotValid = func(err error) error { return valid.TextErr{Err: fmt.Errorf("Not a valid BPF expression: %s", err.Error())} } )
Functions ¶
Types ¶
Source Files
¶
- validator.go
Click to show internal directories.
Click to hide internal directories.