Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
//Sha256 of file
Sha256 string `json:"sha256,omitempty"`
//Size of file in bytes
Size int64 `json:"size,omitempty"`
//FileName is link for access file
FileName string `json:"filename,omitempty"`
//ISReady indicates status of image
ISReady bool `json:"ready"`
//Error contains errors
Error string `json:"error,omitempty"`
}
FileInfo contains information about downloading or downloaded file
Click to show internal directories.
Click to hide internal directories.