package
Version:
v0.17.1
Opens a new window with list of versions in this module.
Published: Aug 15, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Error is the errs class of stream errors
Download implements Reader, Seeker and Closer for reading from stream.
NewDownload creates new stream download.
Close closes the stream and releases the underlying resources.
Read reads up to len(data) bytes into data.
If this is the first call it will read from the beginning of the stream.
Use Seek to change the current offset for the next Read call.
See io.Reader for more details.
Seek changes the offset for the next Read call.
See io.Seeker for more details.
Upload implements Writer and Closer for writing to stream.
NewUpload creates new stream upload.
Close closes the stream and releases the underlying resources.
Write writes len(data) bytes from data to the underlying data stream.
See io.Writer for more details.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.