refactor: move const to constant pkg (#1205)

This commit is contained in:
Kota Kanbe
2021-04-02 15:33:02 +09:00
committed by GitHub
parent 6fef4db8a0
commit a2a697900a
2 changed files with 4 additions and 3 deletions

View File

@@ -55,4 +55,7 @@ const (
// ServerTypePseudo is used for ServerInfo.Type, r.Family
ServerTypePseudo = "pseudo"
// DeepSecurity
DeepSecurity = "deepsecurity"
)