diff --git a/domain/cloud.go b/domain/cloud.go index 1fd744b..84c66b2 100644 --- a/domain/cloud.go +++ b/domain/cloud.go @@ -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 }