Method
ServerVersion
(ctx context.Context, options client.ServerVersionOptions)
Source from the content-addressed store, hash-verified
| 89 | } |
| 90 | |
| 91 | func (cli *fakeClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) { |
| 92 | return cli.serverVersion(ctx, options) |
| 93 | } |
| 94 | |
| 95 | func (cli *fakeClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) { |
| 96 | if cli.volumeListFunc != nil { |
Tested by
no test coverage detected