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

Struct UnimplementedGStringServiceServer

lib/proto/gstring/db_grpc.pb.go:285–286  ·  view source on GitHub ↗

UnimplementedGStringServiceServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

283
284// UnimplementedGStringServiceServer must be embedded to have forward compatible implementations.
285type UnimplementedGStringServiceServer struct {
286}
287
288func (UnimplementedGStringServiceServer) NewFlyDBService(context.Context, *FlyDBOption) (*NewFlyDBResponse, error) {
289 return nil, status.Errorf(codes.Unimplemented, "method NewFlyDBService not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected