mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 01:50:31 +08:00
优化代码
This commit is contained in:
@@ -16,8 +16,8 @@ type IPList struct {
|
||||
Timeout dbs.JSON `field:"timeout"` // 默认超时时间
|
||||
Actions dbs.JSON `field:"actions"` // IP触发的动作
|
||||
Description string `field:"description"` // 描述
|
||||
IsPublic uint8 `field:"isPublic"` // 是否公用
|
||||
IsGlobal uint8 `field:"isGlobal"` // 是否全局
|
||||
IsPublic bool `field:"isPublic"` // 是否公用
|
||||
IsGlobal bool `field:"isGlobal"` // 是否全局
|
||||
}
|
||||
|
||||
type IPListOperator struct {
|
||||
|
||||
Reference in New Issue
Block a user