package
1.0.5
Repository: https://github.com/jf-tech/omniparser.git
Documentation: pkg.go.dev

# Structs

CreateCtx is a context object for CreateFunc.

# Interfaces

Ingester is an interface of ingestion and transformation for a given input stream.
RawRecord represents a raw record ingested from the input.
SchemaHandler is an interface representing a schema handler responsible for ingesting, processing and transforming input stream based on its given schema.

# Type aliases

CreateFunc is a function that checks if a given schema is supported by its associated schema handler or not.