12345678910111213141516171819 |
- package model
- const (
- // type
- FieldFav = "folder"
- FieldArc = "video"
- FieldResource = "resource"
- // action
- ActionAdd = "add"
- ActionDel = "del"
- ActionMove = "move"
- ActionCopy = "copy"
- ActionMdel = "mdel"
- ActionIndef = "indef"
- ActionIncol = "incol"
- ActionClean = "clean"
- ActionInitRelationFids = "initRelationFids"
- ActionInitFolderRelations = "initFolderRelations"
- )
|