Documentation
¶
Index ¶
- func BlockNestingLevel(ctx context.Context) (uint64, bool)
- func DynamicBlocks(ctx context.Context) map[string]uint64
- func FoundBlocks(ctx context.Context) map[string]uint64
- func HasUnknownSchema(ctx context.Context) bool
- func WithBlockNestingLevel(ctx context.Context, nestingLvl uint64) context.Context
- func WithDynamicBlocks(ctx context.Context, dynamicBlocks map[string]uint64) context.Context
- func WithFoundBlocks(ctx context.Context, foundBlocks map[string]uint64) context.Context
- func WithUnknownSchema(ctx context.Context) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasUnknownSchema ¶
HasUnknownSchema returns true if the schema being passed is not wholly known. This allows each validator to decide whether and how to validate the AST.
func WithBlockNestingLevel ¶
func WithDynamicBlocks ¶
func WithFoundBlocks ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.