ticket-pimp/domain/cloud.go

9 lines
189 B
Go

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"
PublicURL string
}