Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnectorMounter ¶
func NewConnectorMounter(inner mountutils.Interface, mounterPath string) mountutils.Interface
Types ¶
type ConnectorMounter ¶
type ConnectorMounter struct {
mountutils.Interface
// contains filtered or unexported fields
}
type ExtendedMountParams ¶ added in v1.34.3
type Mounter ¶ added in v1.6.4
type Mounter interface {
mountutils.Interface
ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error
}
func NewOssCmdMounter ¶ added in v1.6.4
func NewProxyMounter ¶ added in v1.6.0
func NewProxyMounter(socketPath string, inner mountutils.Interface) Mounter
type OssCmdMounter ¶ added in v1.6.4
func (*OssCmdMounter) ExtendedMount ¶ added in v1.34.3
func (m *OssCmdMounter) ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error
type ProxyMounter ¶ added in v1.6.0
type ProxyMounter struct {
mountutils.Interface
// contains filtered or unexported fields
}
func (*ProxyMounter) ExtendedMount ¶ added in v1.34.3
func (m *ProxyMounter) ExtendedMount(source, target, fstype string, options []string, params *ExtendedMountParams) error
Click to show internal directories.
Click to hide internal directories.