| 40 | } |
| 41 | |
| 42 | type keyValueClient struct { |
| 43 | cc grpc.ClientConnInterface |
| 44 | } |
| 45 | |
| 46 | func NewKeyValueClient(cc grpc.ClientConnInterface) KeyValueClient { |
| 47 | return &keyValueClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected