package
0.11.4
Repository: https://github.com/codedellemc/rexray.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

LoadGoPlugins reads the value of the environment variable CSI_GOPLUGINS, a CSV with each element being the absolute path to a shared object file -- a Go plug-in.
NewMutexWithTryLock returns a new mutex that implements TryLock.
NewPipeConn returns a new pipe connection.

# Interfaces

MutexWithTryLock is a lock object that implements the semantics of a sync.Mutex in addition to a TryLock function.
PipeConn is an in-memory network connection that can be provided to a Serve function as a net.Listener and to gRPC/net.http clients as their dialer.
ServiceProvider is a gRPC endpoint that provides the CSI services: Controller, Identity, Node.