Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAll ¶
func ReadAll(contents ByteStream) ([]byte, error)
Types ¶
type ByteStream ¶
type ByteStream interface { ContentLength() uint64 Reader() (io.ReadCloser, error) }
type ByteStreamWithDigest ¶
type ReaderAtCloser ¶
func ReaderAt ¶
func ReaderAt(bs ByteStream) (ReaderAtCloser, error)
Click to show internal directories.
Click to hide internal directories.