Versions in this module Expand all Collapse all v0 v0.2.5 Feb 12, 2024 Changes in this version + func New(ctx activity.InitContext) (activity.Activity, error) + type Activity struct + func (a *Activity) Eval(context activity.Context) (done bool, err error) + func (a *Activity) Metadata() *activity.Metadata + type Counter struct + func (c *Counter) Get() uint64 + func (c *Counter) Increment() uint64 + func (c *Counter) Reset() uint64 + type CounterFunc func() uint64 + type Output struct + Value int + type Settings struct + CounterName string + Op string Other modules containing this package github.com/AiRISTAFlowInc/fs-contrib