Documentation
¶
Overview ¶
Package api has type definitions for shade
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedPart ¶
CompletedPart Type for completed parts when making a multipart upload.
type ListDirResponse ¶
type ListDirResponse struct {
Type string `json:"type"` // "file" or "tree"
Path string `json:"path"` // Full path including root
Ino int `json:"ino"` // inode number
Mtime int64 `json:"mtime"` // Modified time in milliseconds
Ctime int64 `json:"ctime"` // Created time in milliseconds
Size int64 `json:"size"` // Size in bytes
Hash string `json:"hash"` // MD5 hash
Draft bool `json:"draft"` // Whether this is a draft file
}
ListDirResponse ------------------------------------------------- Format from shade api
Click to show internal directories.
Click to hide internal directories.