Versions in this module Expand all Collapse all v1 v1.0.2 Sep 22, 2023 Changes in this version + type Action struct + func (a *Action) IOMetadata() *metadata.IOMetadata + func (a *Action) Metadata() *action.Metadata + func (a *Action) Run(ctx context.Context, inputValues map[string]interface{}) (map[string]interface{}, error) + type ActionFactory struct + func (f *ActionFactory) Initialize(ctx action.InitContext) error + func (f *ActionFactory) New(config *action.Config) (action.Action, error) + type Input struct + AnInput string + func (r *Input) FromMap(values map[string]interface{}) error + func (r *Input) ToMap() map[string]interface{} + type Output struct + AnOutput string + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type Settings struct + ASetting string