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

Struct UnimplementedIngesterServer

pkg/ingester/client/ingester.pb.go:3100–3101  ·  view source on GitHub ↗

UnimplementedIngesterServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

3098
3099// UnimplementedIngesterServer can be embedded to have forward compatible implementations.
3100type UnimplementedIngesterServer struct {
3101}
3102
3103func (*UnimplementedIngesterServer) Push(ctx context.Context, req *cortexpb.WriteRequest) (*cortexpb.WriteResponse, error) {
3104 return nil, status.Errorf(codes.Unimplemented, "method Push not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected