Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + type BlockSimple struct + IDField conflow.ID + Value string + func (b *BlockSimple) ID() conflow.ID + type BlockSimpleInterpreter struct + func (i BlockSimpleInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockSimpleInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockSimpleInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockSimpleInterpreter) Schema() schema.Schema + func (i BlockSimpleInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockSimpleInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockSimpleInterpreter) ValueParamName() conflow.ID + type BlockValueRequired struct + IDField conflow.ID + Value string + func (b *BlockValueRequired) ID() conflow.ID + type BlockValueRequiredInterpreter struct + func (i BlockValueRequiredInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockValueRequiredInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockValueRequiredInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockValueRequiredInterpreter) Schema() schema.Schema + func (i BlockValueRequiredInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockValueRequiredInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockValueRequiredInterpreter) ValueParamName() conflow.ID + type BlockWithDefault struct + IDField conflow.ID + Value string + func (b *BlockWithDefault) ID() conflow.ID + type BlockWithDefaultInterpreter struct + func (i BlockWithDefaultInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockWithDefaultInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockWithDefaultInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockWithDefaultInterpreter) Schema() schema.Schema + func (i BlockWithDefaultInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockWithDefaultInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockWithDefaultInterpreter) ValueParamName() conflow.ID + type BlockWithInterface struct + Block conflow.Block + Blocks []conflow.Block + IDField conflow.ID + func (b *BlockWithInterface) ID() conflow.ID + func (b *BlockWithInterface) ParseContextOverride() conflow.ParseContextOverride + type BlockWithInterfaceInterpreter struct + func (i BlockWithInterfaceInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockWithInterfaceInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockWithInterfaceInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockWithInterfaceInterpreter) Schema() schema.Schema + func (i BlockWithInterfaceInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockWithInterfaceInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockWithInterfaceInterpreter) ValueParamName() conflow.ID + type BlockWithManyBlock struct + BlockSimple []*BlockSimple + IDField conflow.ID + func (b *BlockWithManyBlock) ID() conflow.ID + func (b *BlockWithManyBlock) ParseContextOverride() conflow.ParseContextOverride + type BlockWithManyBlockInterpreter struct + func (i BlockWithManyBlockInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockWithManyBlockInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockWithManyBlockInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockWithManyBlockInterpreter) Schema() schema.Schema + func (i BlockWithManyBlockInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockWithManyBlockInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockWithManyBlockInterpreter) ValueParamName() conflow.ID + type BlockWithOneBlock struct + BlockSimple *BlockSimple + IDField conflow.ID + func (b *BlockWithOneBlock) ID() conflow.ID + func (b *BlockWithOneBlock) ParseContextOverride() conflow.ParseContextOverride + type BlockWithOneBlockInterpreter struct + func (i BlockWithOneBlockInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockWithOneBlockInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockWithOneBlockInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockWithOneBlockInterpreter) Schema() schema.Schema + func (i BlockWithOneBlockInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockWithOneBlockInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockWithOneBlockInterpreter) ValueParamName() conflow.ID