Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func DefaultRegistry() block.InterpreterRegistry + type Array struct + func (a *Array) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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 + func (b *Boolean) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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 Bug struct + func (b *Bug) ApplyToParameterConfig(*conflow.ParameterConfig) + func (b *Bug) ApplyToRuntimeConfig(*conflow.RuntimeConfig) + func (b *Bug) ID() conflow.ID + type BugInterpreter struct + func (i BugInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i BugInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i BugInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i BugInterpreter) Schema() schema.Schema + func (i BugInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i BugInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i BugInterpreter) ValueParamName() conflow.ID + type Deprecated struct + func (d *Deprecated) ApplyToParameterConfig(*conflow.ParameterConfig) + func (d *Deprecated) ApplyToRuntimeConfig(*conflow.RuntimeConfig) + 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 Doc struct + func (d *Doc) ApplyToParameterConfig(*conflow.ParameterConfig) + func (d *Doc) ApplyToRuntimeConfig(*conflow.RuntimeConfig) + func (d *Doc) ID() conflow.ID + type DocInterpreter struct + func (i DocInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i DocInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i DocInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i DocInterpreter) Schema() schema.Schema + func (i DocInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i DocInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i DocInterpreter) ValueParamName() conflow.ID + type Input struct + func (i *Input) ApplyToParameterConfig(config *conflow.ParameterConfig) + func (i *Input) ID() conflow.ID + func (i *Input) ParseContextOverride() conflow.ParseContextOverride + type InputInterpreter struct + func (i InputInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i InputInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i InputInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i InputInterpreter) Schema() schema.Schema + func (i InputInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i InputInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i InputInterpreter) ValueParamName() conflow.ID + type Integer struct + func (i *Integer) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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 + func (n *Number) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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 Output struct + func (o *Output) ApplyToParameterConfig(config *conflow.ParameterConfig) + func (o *Output) ID() conflow.ID + func (o *Output) ParseContextOverride() conflow.ParseContextOverride + type OutputInterpreter struct + func (i OutputInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i OutputInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i OutputInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i OutputInterpreter) Schema() schema.Schema + func (i OutputInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i OutputInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i OutputInterpreter) ValueParamName() conflow.ID + type Retry struct + func (r *Retry) ApplyToRuntimeConfig(config *conflow.RuntimeConfig) + func (r *Retry) ID() conflow.ID + type RetryInterpreter struct + func (i RetryInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i RetryInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i RetryInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i RetryInterpreter) Schema() schema.Schema + func (i RetryInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i RetryInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i RetryInterpreter) ValueParamName() conflow.ID + type Run struct + func (r *Run) ApplyToRuntimeConfig(config *conflow.RuntimeConfig) + func (r *Run) ID() conflow.ID + type RunInterpreter struct + func (i RunInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i RunInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i RunInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i RunInterpreter) Schema() schema.Schema + func (i RunInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i RunInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i RunInterpreter) ValueParamName() conflow.ID + type Skip struct + func (s *Skip) ApplyToRuntimeConfig(config *conflow.RuntimeConfig) + func (s *Skip) ID() conflow.ID + type SkipInterpreter struct + func (i SkipInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i SkipInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i SkipInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i SkipInterpreter) Schema() schema.Schema + func (i SkipInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i SkipInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i SkipInterpreter) ValueParamName() conflow.ID + type String struct + func (s *String) ApplyToParameterConfig(config *conflow.ParameterConfig) + 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 + type Timeout struct + func (t *Timeout) ApplyToRuntimeConfig(config *conflow.RuntimeConfig) + func (t *Timeout) ID() conflow.ID + type TimeoutInterpreter struct + func (i TimeoutInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i TimeoutInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i TimeoutInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i TimeoutInterpreter) Schema() schema.Schema + func (i TimeoutInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i TimeoutInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i TimeoutInterpreter) ValueParamName() conflow.ID + type Todo struct + func (t *Todo) ApplyToParameterConfig(*conflow.ParameterConfig) + func (t *Todo) ApplyToRuntimeConfig(*conflow.RuntimeConfig) + func (t *Todo) ID() conflow.ID + type TodoInterpreter struct + func (i TodoInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i TodoInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i TodoInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i TodoInterpreter) Schema() schema.Schema + func (i TodoInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i TodoInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i TodoInterpreter) ValueParamName() conflow.ID + type Triggers struct + func (t *Triggers) ApplyToRuntimeConfig(config *conflow.RuntimeConfig) + func (t *Triggers) ID() conflow.ID + type TriggersInterpreter struct + func (i TriggersInterpreter) CreateBlock(id conflow.ID, blockCtx *conflow.BlockContext) conflow.Block + func (i TriggersInterpreter) Param(b conflow.Block, name conflow.ID) interface{} + func (i TriggersInterpreter) ParseContext(ctx *conflow.ParseContext) *conflow.ParseContext + func (i TriggersInterpreter) Schema() schema.Schema + func (i TriggersInterpreter) SetBlock(block conflow.Block, name conflow.ID, key string, value interface{}) error + func (i TriggersInterpreter) SetParam(block conflow.Block, name conflow.ID, value interface{}) error + func (i TriggersInterpreter) ValueParamName() conflow.ID