package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Packages

Package drivers contains the internal representation of cinder volume drivers.

# Functions

Get driver by name.
This is the primary entrypoint for volume plugins.
RegisterDriver registers cinder volume drivers by name.

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Driver interface.

# Type aliases

Factory is a function that returns a DriverInterface.