Method
Info
(ctx context.Context, req *mounts.InfoRequest)
Source from the content-addressed store, hash-verified
| 153 | } |
| 154 | |
| 155 | func (cc convertClient) Info(ctx context.Context, req *mounts.InfoRequest) (*mounts.InfoResponse, error) { |
| 156 | return cc.MountsClient.Info(ctx, req) |
| 157 | } |
| 158 | |
| 159 | func (cc convertClient) Update(ctx context.Context, req *mounts.UpdateRequest) (*mounts.UpdateResponse, error) { |
| 160 | return cc.MountsClient.Update(ctx, req) |
Callers
nothing calls this directly
Tested by
no test coverage detected