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

Struct Client

engine/grpc/client/client.go:13–15  ·  view source on GitHub ↗

Client is a grpc client

Source from the content-addressed store, hash-verified

11
12// Client is a grpc client
13type Client struct {
14 Addr string // db server address
15}
16
17// newGrpcClient returns a grpc client
18func newGrpcClient(addr string) (gstring.GStringServiceClient, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected