mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-27 10:01:56 +08:00
Modify: change raw object ID to Hash ID in file service
This commit is contained in:
@@ -8,8 +8,10 @@ import "github.com/speps/go-hashids"
|
||||
|
||||
// ID类型
|
||||
const (
|
||||
ShareID = iota // 分享
|
||||
UserID // 用户
|
||||
ShareID = iota // 分享
|
||||
UserID // 用户
|
||||
FileID // 文件ID
|
||||
FolderID // 目录ID
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user