# 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.