package
0.2.0
Repository: https://github.com/iden3/go-schema-processor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

InitProcessorOptions initializes processor with options.
WithParser return new options.
WithSchemaLoader return new options.
WithValidator return new options.

# Constants

OneFieldPerSlotStrategy is strategy when one field corresponds exactly to the one slot.
SlotFullfilmentStrategy is strategy when field putting in the claim slot sequentially.

# Variables

ErrSlotsOverflow thrown on claim slot overflow.

# Structs

ParsedSlots is struct that represents iden3 claim specification.
Processor is set of tool for claim processing.

# Interfaces

Parser is an interface to parse claim slots.
SchemaLoader is interface to load schema.
Validator is interface to validate data and documents.

# Type aliases

Opt returns configuration options for processor suite.
ParsingStrategy is used for parser to know how to fill claim slots.