MCPcopy
hub / github.com/grafana/tempo / MockClock

Struct MockClock

cmd/tempo-vulture/mocks.go:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225type MockClock struct {
226 now time.Time
227 sleeps []time.Duration
228}
229
230func (m *MockClock) Now() time.Time {
231 return m.now

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected