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

Struct UnimplementedPusherServer

pkg/tempopb/tempo.pb.go:3135–3136  ·  view source on GitHub ↗

UnimplementedPusherServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

3133
3134// UnimplementedPusherServer can be embedded to have forward compatible implementations.
3135type UnimplementedPusherServer struct {
3136}
3137
3138func (*UnimplementedPusherServer) PushBytes(ctx context.Context, req *PushBytesRequest) (*PushResponse, error) {
3139 return nil, status.Errorf(codes.Unimplemented, "method PushBytes not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected