Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
type
Tracker
interface
{
8
Start() Finisher
9
Record(duration time.Duration)
10
Average() time.Duration
11
}
Callers
1
TestExponentialMovingAverageTracker_Start_End
Function · 0.65
Implementers
2
mockTracker
timetracker/tracker_mock.go
exponentialMovingAverageTracker
timetracker/ema_tracker.go
Calls
no outgoing calls
Tested by
1
TestExponentialMovingAverageTracker_Start_End
Function · 0.52