Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericParams ¶
type GenericParams struct { Mode string `json:"mode" binding:"Required"` OnlyFoldreferers bool `json:"onlyFolders"` // list Path string `json:"path"` // ALL NewPath string `json:"newPath"` // move/rename, copy Content string `json:"content"` // edit Name string `json:"name"` // addfolder Perms string `json:"perms"` // changepermissions PermsCode string `json:"permsCode"` // changepermissions Recursive bool `json:"recursive"` // changepermissions Destination string `json:"destination"` // compress, extract SourceFile string `json:"sourceFile"` // extract Preview bool `json:"preview"` // download }
type GenericReq ¶
type GenericReq struct {
Params GenericParams `json:"params" binding:"Required"`
}
type GenericResp ¶
type GenericResp struct {
Result GenericRespBody `json:"result" binding:"Required"`
}
type GenericRespBody ¶
type GetContentResp ¶
type GetContentResp struct {
Result string `json:"result" binding:"Required"`
}
type ListDirEntry ¶
type ListDirResp ¶
type ListDirResp struct {
Result []ListDirEntry `json:"result" binding:"Required"`
}
Click to show internal directories.
Click to hide internal directories.