Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2018 Changes in this version + const ActionRef + const ActionRefOld + type ActionData struct + Tds json.RawMessage + type ActionDataOld struct + Tds []model.TupleDescriptor + type ActionFactory struct + func (f *ActionFactory) Init() error + func (f *ActionFactory) New(cfg *action.Config) (action.Action, error) + type ActionFactoryOld struct + func (ff *ActionFactoryOld) Init() error + func (ff *ActionFactoryOld) New(config *action.Config) (action.Action, error) + type RuleAction struct + func (a *RuleAction) IOMetadata() *data.IOMetadata + func (a *RuleAction) Metadata() *action.Metadata + func (a *RuleAction) Run(ctx context.Context, inputs map[string]*data.Attribute) (map[string]*data.Attribute, error) + type RuleActionOld struct + func (a *RuleActionOld) IOMetadata() *data.IOMetadata + func (a *RuleActionOld) Metadata() *action.Metadata + func (a *RuleActionOld) Run(ctx context.Context, inputs map[string]*data.Attribute) (map[string]*data.Attribute, error) + type Settings struct + RuleSessionURI string + TupleDescFile string