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

Struct UnimplementedRulerServer

pkg/ruler/ruler.pb.go:1076–1077  ·  view source on GitHub ↗

UnimplementedRulerServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

1074
1075// UnimplementedRulerServer can be embedded to have forward compatible implementations.
1076type UnimplementedRulerServer struct {
1077}
1078
1079func (*UnimplementedRulerServer) Rules(ctx context.Context, req *RulesRequest) (*RulesResponse, error) {
1080 return nil, status.Errorf(codes.Unimplemented, "method Rules not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected