-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/修改cloudmind content.file rpc 枚举类型 (#56)
- Loading branch information
1 parent
9c7f808
commit e4389c5
Showing
9 changed files
with
76 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,38 @@ | ||
package consts | ||
|
||
const ( | ||
ID = "_id" | ||
UserId = "userId" | ||
TypeString = "typeString" | ||
Name = "name" | ||
ProductId = "productId" | ||
ProductName = "productName" | ||
Type = "type" | ||
Path = "path" | ||
FatherId = "fatherId" | ||
Size = "size" | ||
FileMd5 = "fileMd5" | ||
IsDel = "isDel" | ||
SpaceSize = "spaceSize" | ||
Tags = "tags" | ||
Zone = "zone" | ||
Key = "key" | ||
SubZone = "subZone" | ||
Status = "status" | ||
Title = "title" | ||
Text = "text" | ||
Description = "description" | ||
Labels = "labels" | ||
CreateAt = "createAt" | ||
UpdateAt = "updateAt" | ||
DeletedAt = "deletedAt" | ||
TargetId = "targetId" | ||
TargetType = "targetType" | ||
RelationType = "relationType" | ||
DefaultAvatarUrl = "d2042520dce2223751906a11e547d43e.png" | ||
DefaultDescription = "点击添加描述,让大家更好的了解你..." | ||
PrivateSpace = 1 | ||
PublicSpace = 2 | ||
Intersection = 1 | ||
UnionSet = 2 | ||
Perpetuity = 0 // 永久有效 | ||
Effective int64 = 1 // 有效 | ||
Invalid int64 = 2 // 无效 | ||
FolderSize int64 = -1 | ||
ID = "_id" | ||
UserId = "userId" | ||
TypeString = "typeString" | ||
Name = "name" | ||
ProductId = "productId" | ||
ProductName = "productName" | ||
Type = "type" | ||
Path = "path" | ||
FatherId = "fatherId" | ||
Size = "size" | ||
FileMd5 = "fileMd5" | ||
IsDel = "isDel" | ||
SpaceSize = "spaceSize" | ||
Tags = "tags" | ||
Zone = "zone" | ||
Key = "key" | ||
SubZone = "subZone" | ||
Status = "status" | ||
Title = "title" | ||
Text = "text" | ||
Description = "description" | ||
Labels = "labels" | ||
CreateAt = "createAt" | ||
UpdateAt = "updateAt" | ||
DeletedAt = "deletedAt" | ||
TargetId = "targetId" | ||
TargetType = "targetType" | ||
RelationType = "relationType" | ||
DefaultAvatarUrl = "d2042520dce2223751906a11e547d43e.png" | ||
DefaultDescription = "点击添加描述,让大家更好的了解你..." | ||
) | ||
|
||
var ( | ||
NotDel int64 = 1 | ||
SoftDel int64 = 2 | ||
HardDel int64 = 3 | ||
DefaultLimit = 10 | ||
DefaultLimit = 10 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters