mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 06:26:35 +08:00
增加ip2region库管理
This commit is contained in:
@@ -12,6 +12,7 @@ type File struct {
|
||||
Order uint32 `field:"order"` // 排序
|
||||
Type string `field:"type"` // 类型
|
||||
State uint8 `field:"state"` // 状态
|
||||
IsFinished uint8 `field:"isFinished"` // 是否已完成上传
|
||||
}
|
||||
|
||||
type FileOperator struct {
|
||||
@@ -25,6 +26,7 @@ type FileOperator struct {
|
||||
Order interface{} // 排序
|
||||
Type interface{} // 类型
|
||||
State interface{} // 状态
|
||||
IsFinished interface{} // 是否已完成上传
|
||||
}
|
||||
|
||||
func NewFileOperator() *FileOperator {
|
||||
|
||||
Reference in New Issue
Block a user