Versions in this module Expand all Collapse all v0 v0.1.0 May 14, 2019 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 + Payload map[string]interface{} + func (i *Input) FromMap(values map[string]interface{}) error + func (i *Input) ToMap() map[string]interface{} + type Output struct + Result map[string]interface{} + Status int + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type Settings struct + Async bool + ClientContext map[string]interface{} + ExecutionLog bool + Function string + Region string