Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkReader ¶
type ChunkReader interface {
Read() <-chan []byte
}
ChunkReader is an interface describing a reader that streams data in []byte chunks.
type Chunker ¶
type Chunker interface { ChunkReader }
Chunker is an interface for embedding all chunking interfaces under one name.
Click to show internal directories.
Click to hide internal directories.