| 1060 | } |
| 1061 | |
| 1062 | type sumServiceClient struct { |
| 1063 | cc *grpc.ClientConn |
| 1064 | } |
| 1065 | |
| 1066 | func NewSumServiceClient(cc *grpc.ClientConn) SumServiceClient { |
| 1067 | return &sumServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected