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

Struct fakeTempoServer

cmd/tempo/app/modules_test.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type fakeTempoServer struct {
30 router *mux.Router
31 grpc *grpc.Server
32}
33
34func (f *fakeTempoServer) HTTPRouter() *mux.Router { return f.router }
35func (f *fakeTempoServer) HTTPHandler() http.Handler { return f.router }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected