# 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
# Type aliases
Factory is a function that returns a DriverInterface.