retrieve ips(deep security) identifiers (#852)

* retrieve ips identifiers

* fix golangci

* use IPS type

* fix log message

* fix lockfiles config

* change label

* IPS : only work with fast-root mode
This commit is contained in:
Tomoya Amachi
2019-07-02 10:06:30 +09:00
committed by Kota Kanbe
parent 03c3189c02
commit 7b78ebbc42
6 changed files with 93 additions and 27 deletions

9
config/ips.go Normal file
View File

@@ -0,0 +1,9 @@
package config
// IPS is
type IPS string
const (
// DeepSecurity is
DeepSecurity IPS = "deepsecurity"
)