重构增加模型枚举值定义
This commit is contained in:
8
web/domains/proxy/types.go
Normal file
8
web/domains/proxy/types.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package proxy
|
||||
|
||||
type Type int32
|
||||
|
||||
const (
|
||||
TypeThirdParty Type = iota + 1 // 三方代理
|
||||
TypeSelfHosted // 自建代理
|
||||
)
|
||||
Reference in New Issue
Block a user