rclonecli

package
v0.0.1-alpha3 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package rclonecli is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	VFSEnabled bool
	VFSUrl     string
	VFSUser    string
	VFSPass    string
}

type MockRcloneRcClient

type MockRcloneRcClient struct {
	// contains filtered or unexported fields
}

MockRcloneRcClient is a mock of RcloneRcClient interface.

func NewMockRcloneRcClient

func NewMockRcloneRcClient(ctrl *gomock.Controller) *MockRcloneRcClient

NewMockRcloneRcClient creates a new mock instance.

func (*MockRcloneRcClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRcloneRcClient) RefreshCache

func (m *MockRcloneRcClient) RefreshCache(ctx context.Context, dir string, async, recursive bool) error

RefreshCache mocks base method.

type MockRcloneRcClientMockRecorder

type MockRcloneRcClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRcloneRcClientMockRecorder is the mock recorder for MockRcloneRcClient.

func (*MockRcloneRcClientMockRecorder) RefreshCache

func (mr *MockRcloneRcClientMockRecorder) RefreshCache(ctx, dir, async, recursive any) *gomock.Call

RefreshCache indicates an expected call of RefreshCache.

type RcloneRcClient

type RcloneRcClient interface {
	RefreshCache(ctx context.Context, dir string, async, recursive bool) error
}

func NewRcloneRcClient

func NewRcloneRcClient(
	config *Config,
	httpClient *http.Client,
) RcloneRcClient

Jump to

Keyboard shortcuts

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