MCPcopy Create free account
hub / github.com/evilsocket/sum / UnimplementedSumServiceServer

Struct UnimplementedSumServiceServer

proto/sum.pb.go:1220–1221  ·  view source on GitHub ↗

UnimplementedSumServiceServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

1218
1219// UnimplementedSumServiceServer can be embedded to have forward compatible implementations.
1220type UnimplementedSumServiceServer struct {
1221}
1222
1223func (*UnimplementedSumServiceServer) CreateRecord(ctx context.Context, req *Record) (*RecordResponse, error) {
1224 return nil, status.Errorf(codes.Unimplemented, "method CreateRecord not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected