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

Struct UnimplementedStreamingQuerierServer

pkg/tempopb/tempo.pb.go:3747–3748  ·  view source on GitHub ↗

UnimplementedStreamingQuerierServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

3745
3746// UnimplementedStreamingQuerierServer can be embedded to have forward compatible implementations.
3747type UnimplementedStreamingQuerierServer struct {
3748}
3749
3750func (*UnimplementedStreamingQuerierServer) Search(req *SearchRequest, srv StreamingQuerier_SearchServer) error {
3751 return status.Errorf(codes.Unimplemented, "method Search not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected