Name of the provider.
()
| 49 | type Provider interface { |
| 50 | // Name of the provider. |
| 51 | Name() string |
| 52 | |
| 53 | // CreateVolumesUnder creates volumes under the given directory. |
| 54 | CreateVolumesUnder(ctx context.Context, tempDir string) ([]*Volume, error) |
no outgoing calls