# Functions
New returns a new server-side, gRPC interceptor that provides serial access to volume resources across the following RPCs:
- CreateVolume - DeleteVolume - ControllerPublishVolume - ControllerUnpublishVolume - NodePublishVolume - NodeUnpublishVolume.
WithLockProvider is an Option that sets the lock provider used by the interceptor.
WithTimeout is an Option that sets the timeout used by the interceptor.
# Type aliases
Option configures the interceptor.