- domain Cloud into domain
This commit is contained in:
parent
2b6b7b5d4a
commit
3b155acf9e
|
|
@ -1,8 +1,7 @@
|
|||
package domain
|
||||
|
||||
type Cloud struct {
|
||||
FolderName string // k
|
||||
FolderPath string // /temp/k
|
||||
FolderURL string // http://82.151.222.22:7000/apps/files/?dir=/temp/k
|
||||
PrivateURL string // http://82.151.222.22:7000/f/00000
|
||||
type Folder struct {
|
||||
Title string // k
|
||||
PathTo string // /temp/k
|
||||
PrivateURL string // http://domain/apps/files/?dir=/temp/k OR http://domain/f/3333
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue