mocks

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PermissionsChecker

type PermissionsChecker struct {
	mock.Mock
}

PermissionsChecker is an autogenerated mock type for the PermissionsChecker type

func (*PermissionsChecker) AssemblePermissions

AssemblePermissions provides a mock function with given fields: ctx, n

func (*PermissionsChecker) HasPermission

func (_m *PermissionsChecker) HasPermission(ctx context.Context, n *node.Node, check func(*providerv1beta1.ResourcePermissions) bool) (bool, error)

HasPermission provides a mock function with given fields: ctx, n, check

type Tree

type Tree struct {
	mock.Mock
}

Tree is an autogenerated mock type for the Tree type

func (*Tree) CreateDir

func (_m *Tree) CreateDir(ctx context.Context, _a1 *node.Node) error

CreateDir provides a mock function with given fields: ctx, _a1

func (*Tree) Delete

func (_m *Tree) Delete(ctx context.Context, _a1 *node.Node) error

Delete provides a mock function with given fields: ctx, _a1

func (*Tree) DeleteBlob

func (_m *Tree) DeleteBlob(key string) error

DeleteBlob provides a mock function with given fields: key

func (*Tree) GetMD

func (_m *Tree) GetMD(ctx context.Context, _a1 *node.Node) (os.FileInfo, error)

GetMD provides a mock function with given fields: ctx, _a1

func (*Tree) GetPathByID

func (_m *Tree) GetPathByID(ctx context.Context, id *providerv1beta1.Reference) (string, error)

GetPathByID provides a mock function with given fields: ctx, id

func (*Tree) ListFolder

func (_m *Tree) ListFolder(ctx context.Context, _a1 *node.Node) ([]*node.Node, error)

ListFolder provides a mock function with given fields: ctx, _a1

func (*Tree) Move

func (_m *Tree) Move(ctx context.Context, oldNode *node.Node, newNode *node.Node) error

Move provides a mock function with given fields: ctx, oldNode, newNode

func (*Tree) Propagate

func (_m *Tree) Propagate(ctx context.Context, _a1 *node.Node) error

Propagate provides a mock function with given fields: ctx, _a1

func (*Tree) PurgeRecycleItemFunc

func (_m *Tree) PurgeRecycleItemFunc(ctx context.Context, key string) (*node.Node, func() error, error)

PurgeRecycleItemFunc provides a mock function with given fields: ctx, key

func (*Tree) ReadBlob

func (_m *Tree) ReadBlob(key string) (io.ReadCloser, error)

ReadBlob provides a mock function with given fields: key

func (*Tree) RestoreRecycleItemFunc

func (_m *Tree) RestoreRecycleItemFunc(ctx context.Context, key string) (*node.Node, func() error, error)

RestoreRecycleItemFunc provides a mock function with given fields: ctx, key

func (*Tree) Setup

func (_m *Tree) Setup(owner string) error

Setup provides a mock function with given fields: owner

func (*Tree) WriteBlob

func (_m *Tree) WriteBlob(key string, reader io.Reader) error

WriteBlob provides a mock function with given fields: key, reader

Jump to

Keyboard shortcuts

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