Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextPart ¶ added in v0.30.0
type TextPart struct {
// PartNum is the sequence number of the chunk.
PartNum int
// Content is the content of the chunk.
Content string
// StartOffset is the start offset of the chunk
// (from the start of the text).
StartOffset int
// Length is the length of the chunk.
Length int
}
TextPart represents a chunk of a text file.
Click to show internal directories.
Click to hide internal directories.