Versions in this module Expand all Collapse all v0 v0.1.3 Jan 13, 2020 Changes in this version + func New(ctx activity.InitContext) (activity.Activity, error) + type Activity struct + func (a *Activity) Eval(ctx activity.Context) (done bool, err error) + func (a *Activity) Metadata() *activity.Metadata + type Input struct + CompositeKeys string + PrivateCollection string + StateData map[string]interface{} + StateKey string + func (i *Input) FromMap(values map[string]interface{}) error + func (i *Input) ToMap() map[string]interface{} + type Output struct + Code int + Message string + Result map[string]interface{} + StateKey string + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type Settings struct