Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SixFile ¶
type SixFile struct {
Identity string `json:"identity"`
ETag string `json:"hash"`
UserIdentity int64 `json:"userIdentity"`
Path string `json:"path"`
Name string `json:"name"`
Size int64 `json:"size"`
CreateTime int64 `json:"ctime"`
Mime string `json:"mime"`
ParentIdentity string `json:"parent"`
IsDir bool `json:"directory"`
// contains filtered or unexported fields
}
func (*SixFile) GetChildren ¶
func (*SixFile) GetDownloadAddress ¶
type SixUser ¶
type SixUser struct {
Username string
Identity int64
UsedSpace int64
TotalSpace int64
Client *models.SixHttpClient
}
func LoginWithAccessToken ¶
func (*SixUser) GetDownloadAddressByPath ¶
Click to show internal directories.
Click to hide internal directories.