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 }
type Chunker ¶
type Chunker interface {
GenerateChunks(ctx context.Context, parseResult chan parser.StreamResult) chan Chunk
}
type StartChunk ¶
type StartChunk struct {
FilePath string
}
Click to show internal directories.
Click to hide internal directories.