backend

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	ListPrefix(context.Context, *url.URL, ...types.ListOption) ([]*types.Object, error)
	ReadMetadata(context.Context, *url.URL) (*types.ObjectMetadata, error)
	Reader(context.Context, *url.URL) (types.Reader, error)
	ReaderAt(context.Context, *url.URL) (types.ReaderAt, error)
	Writer(context.Context, *url.URL) (types.Writer, error)
	Delete(context.Context, *url.URL) error
	Close() error
}

type MoveableBackend

type MoveableBackend interface {
	Backend
	Move(context.Context, *url.URL, *url.URL) error
}

Directories

Path Synopsis
impl
fs
git
s3

Jump to

Keyboard shortcuts

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