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