| 27 | ) |
| 28 | |
| 29 | type fakeTempoServer struct { |
| 30 | router *mux.Router |
| 31 | grpc *grpc.Server |
| 32 | } |
| 33 | |
| 34 | func (f *fakeTempoServer) HTTPRouter() *mux.Router { return f.router } |
| 35 | func (f *fakeTempoServer) HTTPHandler() http.Handler { return f.router } |
nothing calls this directly
no outgoing calls
no test coverage detected