MCPcopy Create free account
hub / github.com/prometheus/common / Interval

Struct Interval

model/time.go:48–50  ·  view source on GitHub ↗

Interval describes an interval between two timestamps.

Source from the content-addressed store, hash-verified

46
47// Interval describes an interval between two timestamps.
48type Interval struct {
49 Start, End Time
50}
51
52// Now returns the current time as a Time.
53func Now() Time {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected