Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func Registry() block.InterpreterRegistry + type Block struct + EvalStage string + Path string + Type string + func (b *Block) ApplyToSchema(s schema.Schema) error + func (b *Block) ID() conflow.ID + type BlockInterpreter struct + func (i BlockInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BlockInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BlockInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BlockInterpreter) Schema() schema.Schema + func (i BlockInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BlockInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BlockInterpreter) ValueParamName() conflow.ID + type Const struct + func (c *Const) ApplyToSchema(s schema.Schema) error + func (c *Const) ID() conflow.ID + type ConstInterpreter struct + func (i ConstInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ConstInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ConstInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ConstInterpreter) Schema() schema.Schema + func (i ConstInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ConstInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ConstInterpreter) ValueParamName() conflow.ID + type Default struct + func (d *Default) ApplyToSchema(s schema.Schema) error + func (d *Default) ID() conflow.ID + type DefaultInterpreter struct + func (i DefaultInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i DefaultInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i DefaultInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i DefaultInterpreter) Schema() schema.Schema + func (i DefaultInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i DefaultInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i DefaultInterpreter) ValueParamName() conflow.ID + type Dependency struct + Name string + func (d *Dependency) ApplyToSchema(s schema.Schema) error + func (d *Dependency) ID() conflow.ID + type DependencyInterpreter struct + func (i DependencyInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i DependencyInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i DependencyInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i DependencyInterpreter) Schema() schema.Schema + func (i DependencyInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i DependencyInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i DependencyInterpreter) ValueParamName() conflow.ID + type DependentRequired struct + Value map[string]schema.UniqueNonEmptyStringList + func (d *DependentRequired) ApplyToSchema(s schema.Schema) error + func (d *DependentRequired) ID() conflow.ID + type DependentRequiredInterpreter struct + func (i DependentRequiredInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i DependentRequiredInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i DependentRequiredInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i DependentRequiredInterpreter) Schema() schema.Schema + func (i DependentRequiredInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i DependentRequiredInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i DependentRequiredInterpreter) ValueParamName() conflow.ID + type Deprecated struct + func (d *Deprecated) ApplyToSchema(s schema.Schema) error + func (d *Deprecated) ID() conflow.ID + type DeprecatedInterpreter struct + func (i DeprecatedInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i DeprecatedInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i DeprecatedInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i DeprecatedInterpreter) Schema() schema.Schema + func (i DeprecatedInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i DeprecatedInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i DeprecatedInterpreter) ValueParamName() conflow.ID + type Enum struct + func (e *Enum) ApplyToSchema(s schema.Schema) error + func (e *Enum) ID() conflow.ID + type EnumInterpreter struct + func (i EnumInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i EnumInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i EnumInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i EnumInterpreter) Schema() schema.Schema + func (i EnumInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i EnumInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i EnumInterpreter) ValueParamName() conflow.ID + type EvalStage struct + func (s *EvalStage) ApplyToSchema(sch schema.Schema) error + func (s *EvalStage) ID() conflow.ID + type EvalStageInterpreter struct + func (i EvalStageInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i EvalStageInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i EvalStageInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i EvalStageInterpreter) Schema() schema.Schema + func (i EvalStageInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i EvalStageInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i EvalStageInterpreter) ValueParamName() conflow.ID + type Examples struct + func (e *Examples) ApplyToSchema(s schema.Schema) error + func (e *Examples) ID() conflow.ID + type ExamplesInterpreter struct + func (i ExamplesInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ExamplesInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ExamplesInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ExamplesInterpreter) Schema() schema.Schema + func (i ExamplesInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ExamplesInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ExamplesInterpreter) ValueParamName() conflow.ID + type ExclusiveMaximum struct + func (e *ExclusiveMaximum) ApplyToSchema(s schema.Schema) error + func (e *ExclusiveMaximum) ID() conflow.ID + type ExclusiveMaximumInterpreter struct + func (i ExclusiveMaximumInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ExclusiveMaximumInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ExclusiveMaximumInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ExclusiveMaximumInterpreter) Schema() schema.Schema + func (i ExclusiveMaximumInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ExclusiveMaximumInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ExclusiveMaximumInterpreter) ValueParamName() conflow.ID + type ExclusiveMinimum struct + func (e *ExclusiveMinimum) ApplyToSchema(s schema.Schema) error + func (e *ExclusiveMinimum) ID() conflow.ID + type ExclusiveMinimumInterpreter struct + func (i ExclusiveMinimumInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ExclusiveMinimumInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ExclusiveMinimumInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ExclusiveMinimumInterpreter) Schema() schema.Schema + func (i ExclusiveMinimumInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ExclusiveMinimumInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ExclusiveMinimumInterpreter) ValueParamName() conflow.ID + type Format struct + func (f *Format) ApplyToSchema(s schema.Schema) error + func (f *Format) ID() conflow.ID + type FormatInterpreter struct + func (i FormatInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i FormatInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i FormatInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i FormatInterpreter) Schema() schema.Schema + func (i FormatInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i FormatInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i FormatInterpreter) ValueParamName() conflow.ID + type Function struct + Path string + func (f *Function) ApplyToSchema(s schema.Schema) error + func (f *Function) ID() conflow.ID + type FunctionInterpreter struct + func (i FunctionInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i FunctionInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i FunctionInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i FunctionInterpreter) Schema() schema.Schema + func (i FunctionInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i FunctionInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i FunctionInterpreter) ValueParamName() conflow.ID + type Generated struct + func (g *Generated) ApplyToSchema(s schema.Schema) error + func (g *Generated) ID() conflow.ID + type GeneratedInterpreter struct + func (i GeneratedInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i GeneratedInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i GeneratedInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i GeneratedInterpreter) Schema() schema.Schema + func (i GeneratedInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i GeneratedInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i GeneratedInterpreter) ValueParamName() conflow.ID + type ID struct + func (i *ID) ApplyToSchema(s schema.Schema) error + func (i *ID) ID() conflow.ID + type IDInterpreter struct + func (i IDInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i IDInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i IDInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i IDInterpreter) Schema() schema.Schema + func (i IDInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i IDInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i IDInterpreter) ValueParamName() conflow.ID + type Ignore struct + func (i *Ignore) ApplyToSchema(schema.Schema) error + func (i *Ignore) ID() conflow.ID + type IgnoreInterpreter struct + func (i IgnoreInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i IgnoreInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i IgnoreInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i IgnoreInterpreter) Schema() schema.Schema + func (i IgnoreInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i IgnoreInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i IgnoreInterpreter) ValueParamName() conflow.ID + type Key struct + func (k *Key) ApplyToSchema(s schema.Schema) error + func (k *Key) ID() conflow.ID + type KeyInterpreter struct + func (i KeyInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i KeyInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i KeyInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i KeyInterpreter) Schema() schema.Schema + func (i KeyInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i KeyInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i KeyInterpreter) ValueParamName() conflow.ID + type MaxItems struct + func (m *MaxItems) ApplyToSchema(s schema.Schema) error + func (m *MaxItems) ID() conflow.ID + type MaxItemsInterpreter struct + func (i MaxItemsInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MaxItemsInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MaxItemsInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MaxItemsInterpreter) Schema() schema.Schema + func (i MaxItemsInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MaxItemsInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MaxItemsInterpreter) ValueParamName() conflow.ID + type MaxLength struct + func (m *MaxLength) ApplyToSchema(s schema.Schema) error + func (m *MaxLength) ID() conflow.ID + type MaxLengthInterpreter struct + func (i MaxLengthInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MaxLengthInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MaxLengthInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MaxLengthInterpreter) Schema() schema.Schema + func (i MaxLengthInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MaxLengthInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MaxLengthInterpreter) ValueParamName() conflow.ID + type MaxProperties struct + func (m *MaxProperties) ApplyToSchema(s schema.Schema) error + func (m *MaxProperties) ID() conflow.ID + type MaxPropertiesInterpreter struct + func (i MaxPropertiesInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MaxPropertiesInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MaxPropertiesInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MaxPropertiesInterpreter) Schema() schema.Schema + func (i MaxPropertiesInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MaxPropertiesInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MaxPropertiesInterpreter) ValueParamName() conflow.ID + type Maximum struct + func (m *Maximum) ApplyToSchema(s schema.Schema) error + func (m *Maximum) ID() conflow.ID + type MaximumInterpreter struct + func (i MaximumInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MaximumInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MaximumInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MaximumInterpreter) Schema() schema.Schema + func (i MaximumInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MaximumInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MaximumInterpreter) ValueParamName() conflow.ID + type MinItems struct + func (m *MinItems) ApplyToSchema(s schema.Schema) error + func (m *MinItems) ID() conflow.ID + type MinItemsInterpreter struct + func (i MinItemsInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MinItemsInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MinItemsInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MinItemsInterpreter) Schema() schema.Schema + func (i MinItemsInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MinItemsInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MinItemsInterpreter) ValueParamName() conflow.ID + type MinLength struct + func (m *MinLength) ApplyToSchema(s schema.Schema) error + func (m *MinLength) ID() conflow.ID + type MinLengthInterpreter struct + func (i MinLengthInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MinLengthInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MinLengthInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MinLengthInterpreter) Schema() schema.Schema + func (i MinLengthInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MinLengthInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MinLengthInterpreter) ValueParamName() conflow.ID + type MinProperties struct + func (m *MinProperties) ApplyToSchema(s schema.Schema) error + func (m *MinProperties) ID() conflow.ID + type MinPropertiesInterpreter struct + func (i MinPropertiesInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MinPropertiesInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MinPropertiesInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MinPropertiesInterpreter) Schema() schema.Schema + func (i MinPropertiesInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MinPropertiesInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MinPropertiesInterpreter) ValueParamName() conflow.ID + type Minimum struct + func (m *Minimum) ApplyToSchema(s schema.Schema) error + func (m *Minimum) ID() conflow.ID + type MinimumInterpreter struct + func (i MinimumInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MinimumInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MinimumInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MinimumInterpreter) Schema() schema.Schema + func (i MinimumInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MinimumInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MinimumInterpreter) ValueParamName() conflow.ID + type MultipleOf struct + func (m *MultipleOf) ApplyToSchema(s schema.Schema) error + func (m *MultipleOf) ID() conflow.ID + type MultipleOfInterpreter struct + func (i MultipleOfInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i MultipleOfInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i MultipleOfInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i MultipleOfInterpreter) Schema() schema.Schema + func (i MultipleOfInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i MultipleOfInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i MultipleOfInterpreter) ValueParamName() conflow.ID + type Name struct + Value string + func (n *Name) ApplyToSchema(s schema.Schema) error + func (n *Name) ID() conflow.ID + type NameInterpreter struct + func (i NameInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i NameInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i NameInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i NameInterpreter) Schema() schema.Schema + func (i NameInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i NameInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i NameInterpreter) ValueParamName() conflow.ID + type Pattern struct + func (p *Pattern) ApplyToSchema(s schema.Schema) error + func (p *Pattern) ID() conflow.ID + type PatternInterpreter struct + func (i PatternInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i PatternInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i PatternInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i PatternInterpreter) Schema() schema.Schema + func (i PatternInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i PatternInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i PatternInterpreter) ValueParamName() conflow.ID + type ReadOnly struct + func (r *ReadOnly) ApplyToSchema(s schema.Schema) error + func (r *ReadOnly) ID() conflow.ID + type ReadOnlyInterpreter struct + func (i ReadOnlyInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ReadOnlyInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ReadOnlyInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ReadOnlyInterpreter) Schema() schema.Schema + func (i ReadOnlyInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ReadOnlyInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ReadOnlyInterpreter) ValueParamName() conflow.ID + type Required struct + func (r *Required) ApplyToSchema(s schema.Schema) error + func (r *Required) ID() conflow.ID + type RequiredInterpreter struct + func (i RequiredInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i RequiredInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i RequiredInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i RequiredInterpreter) Schema() schema.Schema + func (i RequiredInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i RequiredInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i RequiredInterpreter) ValueParamName() conflow.ID + type ResultType struct + func (r *ResultType) ApplyToSchema(s schema.Schema) error + func (r *ResultType) ID() conflow.ID + type ResultTypeInterpreter struct + func (i ResultTypeInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ResultTypeInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ResultTypeInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ResultTypeInterpreter) Schema() schema.Schema + func (i ResultTypeInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ResultTypeInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ResultTypeInterpreter) ValueParamName() conflow.ID + type Title struct + func (t *Title) ApplyToSchema(s schema.Schema) error + func (t *Title) ID() conflow.ID + type TitleInterpreter struct + func (i TitleInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i TitleInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i TitleInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i TitleInterpreter) Schema() schema.Schema + func (i TitleInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i TitleInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i TitleInterpreter) ValueParamName() conflow.ID + type Types struct + func (t *Types) ApplyToSchema(s schema.Schema) error + func (t *Types) ID() conflow.ID + type TypesInterpreter struct + func (i TypesInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i TypesInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i TypesInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i TypesInterpreter) Schema() schema.Schema + func (i TypesInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i TypesInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i TypesInterpreter) ValueParamName() conflow.ID + type UniqueItems struct + func (u *UniqueItems) ApplyToSchema(s schema.Schema) error + func (u *UniqueItems) ID() conflow.ID + type UniqueItemsInterpreter struct + func (i UniqueItemsInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i UniqueItemsInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i UniqueItemsInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i UniqueItemsInterpreter) Schema() schema.Schema + func (i UniqueItemsInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i UniqueItemsInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i UniqueItemsInterpreter) ValueParamName() conflow.ID + type Value struct + func (v *Value) ApplyToSchema(s schema.Schema) error + func (v *Value) ID() conflow.ID + type ValueInterpreter struct + func (i ValueInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i ValueInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i ValueInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i ValueInterpreter) Schema() schema.Schema + func (i ValueInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i ValueInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i ValueInterpreter) ValueParamName() conflow.ID + type WriteOnly struct + func (w *WriteOnly) ApplyToSchema(s schema.Schema) error + func (w *WriteOnly) ID() conflow.ID + type WriteOnlyInterpreter struct + func (i WriteOnlyInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i WriteOnlyInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i WriteOnlyInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i WriteOnlyInterpreter) Schema() schema.Schema + func (i WriteOnlyInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i WriteOnlyInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i WriteOnlyInterpreter) ValueParamName() conflow.ID