fuse

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FSDataSource

type FSDataSource struct {
	mock.Mock
}

FSDataSource is an autogenerated mock type for the FSDataSource type

func (*FSDataSource) CreateEntry

func (_m *FSDataSource) CreateEntry(ctx context.Context, path string, mode os.FileMode) (*fsds.DirEntry, error)

CreateEntry provides a mock function with given fields: ctx, path, mode

func (*FSDataSource) DeleteEntry

func (_m *FSDataSource) DeleteEntry(ctx context.Context, path string) error

DeleteEntry provides a mock function with given fields: ctx, path

func (*FSDataSource) Get

func (_m *FSDataSource) Get(ctx context.Context, path string) (*fsds.DirEntry, error)

Get provides a mock function with given fields: ctx, path

func (*FSDataSource) GetChildren

func (_m *FSDataSource) GetChildren(ctx context.Context, path string) ([]*fsds.DirEntry, error)

GetChildren provides a mock function with given fields: ctx, path

func (*FSDataSource) Open

Open provides a mock function with given fields: ctx, path

func (*FSDataSource) RenameEntry

func (_m *FSDataSource) RenameEntry(ctx context.Context, oldPath string, newPath string) error

RenameEntry provides a mock function with given fields: ctx, oldPath, newPath

type FuseInstaller

type FuseInstaller struct {
	mock.Mock
}

FuseInstaller is an autogenerated mock type for the FuseInstaller type

func (*FuseInstaller) Install

func (_m *FuseInstaller) Install(ctx context.Context, args map[string]interface{}) error

Install provides a mock function with given fields: ctx, args

func (*FuseInstaller) IsInstalled

func (_m *FuseInstaller) IsInstalled(ctx context.Context) (bool, error)

IsInstalled provides a mock function with given fields: ctx

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL