Feature: add PROCESS-NAME rule for linux (#822)
This commit is contained in:
@ -8,6 +8,7 @@ var (
|
||||
errPayload = errors.New("payload error")
|
||||
errParams = errors.New("params error")
|
||||
ErrPlatformNotSupport = errors.New("not support on this platform")
|
||||
ErrInvalidNetwork = errors.New("invalid network")
|
||||
|
||||
noResolve = "no-resolve"
|
||||
)
|
||||
|
Reference in New Issue
Block a user