| 10 | var _ serverNameExampleV1.UserExampleLogicer = (*userExampleClient)(nil) |
| 11 | |
| 12 | type userExampleClient struct { |
| 13 | userExampleCli serverNameExampleV1.UserExampleClient |
| 14 | // If required, fill in the definition of the other service client code here. |
| 15 | } |
| 16 | |
| 17 | // NewUserExampleClient creating rpc clients |
| 18 | func NewUserExampleClient() serverNameExampleV1.UserExampleLogicer { |
nothing calls this directly
no outgoing calls
no test coverage detected