package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Functions

New returns mock fs.Object useful for testing.

# Constants

SeekModeNone specifies no seek interface.
SeekModeRange specifies the fs.RangeSeek interface.
SeekModeRegular specifies the regular io.Seek interface.

# Variables

SeekModes contains all valid SeekMode's.

# Structs

ContentMockObject mocks an fs.Object and has content.

# Type aliases

Object is a mock fs.Object useful for testing.
SeekMode specifies the optional Seek interface for the ReadCloser returned by Open.