Versions in this module Expand all Collapse all v0 v0.2.3 Jan 15, 2020 v0.2.1 Dec 13, 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 + PageSize int32 + PrivateCollection string + Query string + QueryParams map[string]interface{} + Start string + UsePagination bool + func (i *Input) FromMap(values map[string]interface{}) error + func (i *Input) ToMap() map[string]interface{} + type Output struct + Bookmark string + Code int + Count int + Message string + Result []interface{} + func (o *Output) FromMap(values map[string]interface{}) error + func (o *Output) ToMap() map[string]interface{} + type Settings struct Other modules containing this package github.com/TIBCOSoftware/dovetail-contrib