Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DecodableChunk ¶ added in v3.60.2
type DecodableChunk struct { *sources.Chunk DecoderType detectorspb.DecoderType }
DecodableChunk is a chunk that includes the type of decoder used. This allows us to avoid a type assertion on each decoder.
type Decoder ¶
type Decoder interface {
FromChunk(chunk *sources.Chunk) *DecodableChunk
}
func DefaultDecoders ¶
func DefaultDecoders() []Decoder
type EscapedUnicode ¶ added in v3.68.5
type EscapedUnicode struct{}
func (*EscapedUnicode) FromChunk ¶ added in v3.68.5
func (d *EscapedUnicode) FromChunk(chunk *sources.Chunk) *DecodableChunk
Click to show internal directories.
Click to hide internal directories.