(ctx context.Context, req *serverNameExampleV1.UpdateUserExampleByIDRequest)
| 35 | } |
| 36 | |
| 37 | func (c *userExampleClient) UpdateByID(ctx context.Context, req *serverNameExampleV1.UpdateUserExampleByIDRequest) (*serverNameExampleV1.UpdateUserExampleByIDReply, error) { |
| 38 | // implement me |
| 39 | // If required, fill in the code to fetch data from other rpc servers here. |
| 40 | return c.userExampleCli.UpdateByID(ctx, req) |
| 41 | } |
| 42 | |
| 43 | func (c *userExampleClient) GetByID(ctx context.Context, req *serverNameExampleV1.GetUserExampleByIDRequest) (*serverNameExampleV1.GetUserExampleByIDReply, error) { |
| 44 | // implement me |
nothing calls this directly
no test coverage detected