MCPcopy
hub / github.com/dgraph-io/dgraph / offsetTimer

Struct offsetTimer

graphql/schema/response.go:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328type offsetTimer struct {
329 offsetFrom time.Time
330 start time.Time
331 backing *OffsetDuration
332}
333
334// NewOffsetTimerFactory creates a new TimerFactory given offsetFrom as the
335// reference time to calculate the OffsetDuration.StartOffset from.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected