Documentation ¶
Index ¶
- type SImageDesc
- type SRemoteFile
- func (r *SRemoteFile) Fetch(callback func(progress, progressMbps float64, totalSizeMb int64)) error
- func (r *SRemoteFile) FillAttributes(callback func(progress, progressMbps float64, totalSizeMb int64)) error
- func (r *SRemoteFile) GetInfo() (*SImageDesc, error)
- func (r *SRemoteFile) VerifyIntegrity(callback func(progress, progressMbps float64, totalSizeMb int64)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SImageDesc ¶
type SRemoteFile ¶
type SRemoteFile struct {
// contains filtered or unexported fields
}
func NewRemoteFile ¶
func (*SRemoteFile) Fetch ¶
func (r *SRemoteFile) Fetch(callback func(progress, progressMbps float64, totalSizeMb int64)) error
func (*SRemoteFile) FillAttributes ¶
func (r *SRemoteFile) FillAttributes(callback func(progress, progressMbps float64, totalSizeMb int64)) error
func (*SRemoteFile) GetInfo ¶
func (r *SRemoteFile) GetInfo() (*SImageDesc, error)
func (*SRemoteFile) VerifyIntegrity ¶
func (r *SRemoteFile) VerifyIntegrity(callback func(progress, progressMbps float64, totalSizeMb int64)) error
Click to show internal directories.
Click to hide internal directories.