Method
GetByID
(ctx context.Context, req *serverNameExampleV1.GetUserExampleByIDRequest)
Source from the content-addressed store, hash-verified
| 41 | } |
| 42 | |
| 43 | func (c *userExampleClient) GetByID(ctx context.Context, req *serverNameExampleV1.GetUserExampleByIDRequest) (*serverNameExampleV1.GetUserExampleByIDReply, error) { |
| 44 | // implement me |
| 45 | // If required, fill in the code to fetch data from other rpc servers here. |
| 46 | return c.userExampleCli.GetByID(ctx, req) |
| 47 | } |
| 48 | |
| 49 | func (c *userExampleClient) List(ctx context.Context, req *serverNameExampleV1.ListUserExampleRequest) (*serverNameExampleV1.ListUserExampleReply, error) { |
| 50 | // implement me |
Callers
nothing calls this directly
Tested by
no test coverage detected