Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent is a new downloader agent. It will ingest the document's assets and download them.
func (*Agent) Download ¶
Download downloads all the assets to the directory that are contained the doc.
func (*Agent) ManifestJSON ¶
ManifestJSON returns the manifest is JSON form
type Manifest ¶
type Manifest map[string]ManifestFile
Manifest is just an object ID -> filename mapping.
type ManifestFile ¶
ManifestFile is a file with size data.
Click to show internal directories.
Click to hide internal directories.