MCPcopy Create free account
hub / github.com/cloud-native-go/examples / keyValueClient

Struct keyValueClient

ch08/grpc/keyvalue/keyvalue_grpc.pb.go:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type keyValueClient struct {
43 cc grpc.ClientConnInterface
44}
45
46func NewKeyValueClient(cc grpc.ClientConnInterface) KeyValueClient {
47 return &keyValueClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected