- domain Cloud into domain

This commit is contained in:
naudachu 2023-06-21 21:02:03 +05:00
parent 2b6b7b5d4a
commit 3b155acf9e
1 changed files with 4 additions and 5 deletions

View File

@ -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
}