MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / UnimplementedMasterGrpcServiceServer

Struct UnimplementedMasterGrpcServiceServer

lib/proto/master_grpc.pb.go:175–176  ·  view source on GitHub ↗

UnimplementedMasterGrpcServiceServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

173
174// UnimplementedMasterGrpcServiceServer must be embedded to have forward compatible implementations.
175type UnimplementedMasterGrpcServiceServer struct {
176}
177
178func (UnimplementedMasterGrpcServiceServer) Get(context.Context, *MasterGetRequest) (*MasterGetResponse, error) {
179 return nil, status.Errorf(codes.Unimplemented, "method Get not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected