MCPcopy
hub / github.com/prometheus/prometheus / mockChunkSeriesSet

Struct mockChunkSeriesSet

tsdb/querier_test.go:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type mockChunkSeriesSet struct {
75 next func() bool
76 series func() storage.ChunkSeries
77 ws func() annotations.Annotations
78 err func() error
79}
80
81func (m *mockChunkSeriesSet) Next() bool { return m.next() }
82func (m *mockChunkSeriesSet) At() storage.ChunkSeries { return m.series() }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected