Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func InterpreterRegistry() block.InterpreterRegistry + type AllOf struct + func (a *AllOf) ParseContextOverride() conflow.ParseContextOverride + type AllOfInterpreter struct + func (i AllOfInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i AllOfInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i AllOfInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i AllOfInterpreter) Schema() schema.Schema + func (i AllOfInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i AllOfInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i AllOfInterpreter) ValueParamName() conflow.ID + type Array struct + func (a *Array) ParseContextOverride() conflow.ParseContextOverride + type ArrayInterpreter struct + func (i ArrayInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ArrayInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ArrayInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ArrayInterpreter) Schema() schema.Schema + func (i ArrayInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ArrayInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ArrayInterpreter) ValueParamName() conflow.ID + type Boolean struct + type BooleanInterpreter struct + func (i BooleanInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BooleanInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BooleanInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BooleanInterpreter) Schema() schema.Schema + func (i BooleanInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BooleanInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BooleanInterpreter) ValueParamName() conflow.ID + type Integer struct + type IntegerInterpreter struct + func (i IntegerInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i IntegerInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i IntegerInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i IntegerInterpreter) Schema() schema.Schema + func (i IntegerInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i IntegerInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i IntegerInterpreter) ValueParamName() conflow.ID + type Map struct + func (m *Map) ParseContextOverride() conflow.ParseContextOverride + type MapInterpreter struct + func (i MapInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MapInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MapInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MapInterpreter) Schema() schema.Schema + func (i MapInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MapInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MapInterpreter) ValueParamName() conflow.ID + type Number struct + type NumberInterpreter struct + func (i NumberInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i NumberInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i NumberInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i NumberInterpreter) Schema() schema.Schema + func (i NumberInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i NumberInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i NumberInterpreter) ValueParamName() conflow.ID + type Object struct + func (o *Object) ParseContextOverride() conflow.ParseContextOverride + type ObjectInterpreter struct + func (i ObjectInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ObjectInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ObjectInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ObjectInterpreter) Schema() schema.Schema + func (i ObjectInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ObjectInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ObjectInterpreter) ValueParamName() conflow.ID + type Reference struct + type ReferenceInterpreter struct + func (i ReferenceInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ReferenceInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ReferenceInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ReferenceInterpreter) Schema() schema.Schema + func (i ReferenceInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ReferenceInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ReferenceInterpreter) ValueParamName() conflow.ID + type String struct + type StringInterpreter struct + func (i StringInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i StringInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i StringInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i StringInterpreter) Schema() schema.Schema + func (i StringInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i StringInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i StringInterpreter) ValueParamName() conflow.ID