MCPcopy Create free account
hub / github.com/cortexproject/cortex / passthroughServer

Struct passthroughServer

pkg/storegateway/batchable.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type passthroughServer struct {
21 storepb.Store_SeriesServer
22}
23
24func (p *passthroughServer) Flush() error {
25 // If the underlying server is also flushable, flush it

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected