Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMounterUtilsFuncStructImpl ¶
type FakeMounterUtilsFuncStructImpl struct { MounterOptsUtils FuncStruct FakeMounterUtilsFuncStruct }
func NewFakeMounterUtilsImpl ¶
func NewFakeMounterUtilsImpl(reqFn FakeMounterUtilsFuncStruct) *FakeMounterUtilsFuncStructImpl
func (*FakeMounterUtilsFuncStructImpl) FuseMount ¶
func (m *FakeMounterUtilsFuncStructImpl) FuseMount(path string, comm string, args []string) error
func (*FakeMounterUtilsFuncStructImpl) FuseUnmount ¶
func (m *FakeMounterUtilsFuncStructImpl) FuseUnmount(path string) error
type MounterOptsUtils ¶
type MounterOptsUtils struct { }
func (*MounterOptsUtils) FuseMount ¶
func (su *MounterOptsUtils) FuseMount(path string, comm string, args []string) error
func (*MounterOptsUtils) FuseUnmount ¶
func (su *MounterOptsUtils) FuseUnmount(path string) error
Click to show internal directories.
Click to hide internal directories.