package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Jan 24, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewChunker initializes a Chunker with default values.
Option is the functional option func.
Size sets the chunk size of the Chunker.
type Options struct {
Size int
}
Options is the functional options struct.
Source is an interface describing the source of a Stream.
Stream is a conecrete type that implements the chunker.Chunker interface.
Read implements ChunkReader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.