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