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

Method Duration

statetracker/tracker.go:19–19  ·  view source on GitHub ↗

The time that the StateTracker has spent being "previous" If already "desired", returns 0

(previous interface{}, desired interface{})

Source from the content-addressed store, hash-verified

17 // The time that the StateTracker has spent being "previous"
18 // If already "desired", returns 0
19 Duration(previous interface{}, desired interface{}) time.Duration
20 Wait(ctx context.Context, desired interface{}) bool
21
22 NewListener() <-chan *Notification

Callers 11

FinishMethod · 0.65
SuccessFinishMethod · 0.65
AverageMethod · 0.65
TestCond_Signal_randomFunction · 0.65
TestStateTracker_SetFunction · 0.65
SetMethod · 0.65
EstimatedWaitTimeFunction · 0.65
AfterRequestMethod · 0.65
KillMethod · 0.65

Implementers 1

stateTrackerstatetracker/tracker.go

Calls

no outgoing calls