mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 01:50:31 +08:00
[网站服务]可以审核域名、查看审核结果,用户端可以启用、停用域名
This commit is contained in:
9
internal/rpc/bool_flag.go
Normal file
9
internal/rpc/bool_flag.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package rpc
|
||||
|
||||
type BoolFlag = int32
|
||||
|
||||
const (
|
||||
BoolFlagNone BoolFlag = 0
|
||||
BoolFlagTrue BoolFlag = 1
|
||||
BoolFlagFalse BoolFlag = 2
|
||||
)
|
||||
Reference in New Issue
Block a user