Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chunk ¶
type Chunk struct {
Start *StartChunk
Data *DataChunk
End *EndChunk
// Internal chunker error.
Error error
}
type ChunkIterator ¶ added in v0.0.18
type Chunker ¶
type Chunker interface {
GenerateChunks(ctx context.Context, parseStream parser.StreamResultIterator) ChunkIterator
}
type StartChunk ¶
type StartChunk struct {
FilePath string
}
Click to show internal directories.
Click to hide internal directories.