Method
Update
(ctx context.Context, req *mounts.UpdateRequest)
Source from the content-addressed store, hash-verified
| 157 | } |
| 158 | |
| 159 | func (cc convertClient) Update(ctx context.Context, req *mounts.UpdateRequest) (*mounts.UpdateResponse, error) { |
| 160 | return cc.MountsClient.Update(ctx, req) |
| 161 | } |
| 162 | |
| 163 | func (cc convertClient) List(ctx context.Context, req *mounts.ListRequest) (mounts.TTRPCMounts_ListClient, error) { |
| 164 | return cc.MountsClient.List(ctx, req) |
Callers
nothing calls this directly
Tested by
no test coverage detected