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

Function NewGStringServiceClient

lib/proto/gstring/db_grpc.pb.go:53–55  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

51}
52
53func NewGStringServiceClient(cc grpc.ClientConnInterface) GStringServiceClient {
54 return &gStringServiceClient{cc}
55}
56
57func (c *gStringServiceClient) NewFlyDBService(ctx context.Context, in *FlyDBOption, opts ...grpc.CallOption) (*NewFlyDBResponse, error) {
58 out := new(NewFlyDBResponse)

Callers 1

newGrpcClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected