Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeVolume string = "volume" TypeBind string = "bind" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindConfig ¶
type BindMounter ¶
type BindMounter struct {
// contains filtered or unexported fields
}
func NewBindMounter ¶
func NewBindMounter(cfg BindConfig) *BindMounter
type MultiMounter ¶
type MultiMounter struct {
// contains filtered or unexported fields
}
func NewMultiMounter ¶
func NewMultiMounter() *MultiMounter
func (*MultiMounter) RegisterMounter ¶
func (m *MultiMounter) RegisterMounter(mtype string, mr Mounter)
type VolumeMounter ¶
type VolumeMounter struct {
// contains filtered or unexported fields
}
func NewVolumeMounter ¶
func NewVolumeMounter() (*VolumeMounter, error)
Click to show internal directories.
Click to hide internal directories.