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

Struct UnimplementedGZSetServiceServer

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

UnimplementedGZSetServiceServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected