extractors

package
v0.0.0-...-4abef55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobExtractor

type BlobExtractor func([]byte) []byte

func NewBlobExtractor

func NewBlobExtractor(start int) BlobExtractor

type BoolExtractor

type BoolExtractor func([]byte) (bool, bool)

func NewBoolExtractor

func NewBoolExtractor(start int) BoolExtractor

type ByteExtractor

type ByteExtractor func([]byte) (byte, bool)

func NewByteExtractor

func NewByteExtractor(start int) ByteExtractor

type Float64Extractor

type Float64Extractor func([]byte) (float64, bool)

func NewDoubleExtractor

func NewDoubleExtractor(start int) Float64Extractor

func NewFixedDecimalExtractor

func NewFixedDecimalExtractor(start int, fieldLength int) Float64Extractor

func NewFloatExtractor

func NewFloatExtractor(start int) Float64Extractor

type Int64Extractor

type Int64Extractor func([]byte) (int64, bool)

func NewInt16Extractor

func NewInt16Extractor(start int) Int64Extractor

func NewInt32Extractor

func NewInt32Extractor(start int) Int64Extractor

func NewInt64Extractor

func NewInt64Extractor(start int) Int64Extractor

type StringExtractor

type StringExtractor func([]byte) (string, bool)

func NewStringExtractor

func NewStringExtractor(start int, fieldLength int) StringExtractor

func NewV_StringExtractor

func NewV_StringExtractor(start int) StringExtractor

func NewV_WStringExtractor

func NewV_WStringExtractor(start int) StringExtractor

func NewWStringExtractor

func NewWStringExtractor(start int, fieldLength int) StringExtractor

type TimeExtractor

type TimeExtractor func([]byte) (time.Time, bool)

func NewDateExtractor

func NewDateExtractor(start int) TimeExtractor

func NewDateTimeExtractor

func NewDateTimeExtractor(start int) TimeExtractor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL