(ctx context.Context, images []string, _ ...ImageSaveOption)
| 137 | |
| 138 | ImageLoad(ctx context.Context, input io.Reader, _ ...ImageLoadOption) (ImageLoadResult, error) |
| 139 | ImageSave(ctx context.Context, images []string, _ ...ImageSaveOption) (ImageSaveResult, error) |
| 140 | } |
| 141 | |
| 142 | // NetworkAPIClient defines API client methods for the networks |
no outgoing calls