Versions in this module Expand all Collapse all v0 v0.10.0 Jan 28, 2020 Changes in this version + func New(ctx activity.InitContext) (activity.Activity, error) + type Activity struct + func (a *Activity) Cleanup() error + func (a *Activity) Eval(ctx activity.Context) (done bool, err error) + func (a *Activity) Metadata() *activity.Metadata + type Input struct + Params map[string]interface{} + func (i *Input) FromMap(values map[string]interface{}) error + func (i *Input) ToMap() map[string]interface{} + type Output struct + ColumnNames []interface{} + Results interface{} + type Settings struct + DataSourceName string + DbType string + DisablePrepared bool + DriverName string + LabeledResults bool + MaxIdleConns int + MaxOpenConns int + Query string