| 90 | } |
| 91 | |
| 92 | type memoServiceClient struct { |
| 93 | cc grpc.ClientConnInterface |
| 94 | } |
| 95 | |
| 96 | func NewMemoServiceClient(cc grpc.ClientConnInterface) MemoServiceClient { |
| 97 | return &memoServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected