MCPcopy Create free account
hub / github.com/Shopify/goose / Start

Method Start

timetracker/tracker.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7type Tracker interface {
8 Start() Finisher
9 Record(duration time.Duration)
10 Average() time.Duration
11}

Implementers 2

mockTrackertimetracker/tracker_mock.go
exponentialMovingAverageTrackertimetracker/ema_tracker.go

Calls

no outgoing calls