| 46 | } |
| 47 | |
| 48 | type userExampleClient struct { |
| 49 | cc grpc.ClientConnInterface |
| 50 | } |
| 51 | |
| 52 | func NewUserExampleClient(cc grpc.ClientConnInterface) UserExampleClient { |
| 53 | return &userExampleClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected