* retrieve ips identifiers * fix golangci * use IPS type * fix log message * fix lockfiles config * change label * IPS : only work with fast-root mode
10 lines
108 B
Go
10 lines
108 B
Go
package config
|
|
|
|
// IPS is
|
|
type IPS string
|
|
|
|
const (
|
|
// DeepSecurity is
|
|
DeepSecurity IPS = "deepsecurity"
|
|
)
|