Feature: add PROCESS-NAME rule for linux (#822)

This commit is contained in:
Kr328
2020-07-22 19:05:10 +08:00
committed by GitHub
parent 20eff200b1
commit 4f73410618
3 changed files with 293 additions and 1 deletions

View File

@ -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"
)