Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveItem ¶
type DriveItem struct {
Id string `json:"id"`
Name string `json:"name"`
Size int64 `json:"size"`
File *struct {
MIMEType string `json:"mimeType"`
Hashes struct {
SHA1Hash string `json:"sha1Hash,omitempty"`
CRC32Hash string `json:"crc32Hash,omitempty"`
QuickXorHash string `json:"quickXorHash,omitempty"`
} `json:"hashes,omitempty"`
} `json:"file"`
Folder *struct {
ChildCount int `json:"childCount"`
} `json:"folder"`
Scope string `json:"scope"`
} `json:"shared"`
ParentReference struct {
Name string `json:"name"`
Path string `json:"path"`
} `json:"parentReference"`
}
func (DriveItem) VerifyQuickXorHash ¶
type ErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.