Versions in this module Expand all Collapse all v0 v0.2.7 Feb 12, 2024 v0.2.6 Feb 12, 2024 Changes in this version + func New(ctx operation.InitContext) (operation.Operation, error) + type Input struct + S0 string + S1 string + func (i *Input) FromMap(values map[string]interface{}) error + type Operation struct + func (a *Operation) Eval(inputs map[string]interface{}) (interface{}, error)