fs

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FSBackend

type FSBackend struct{}

func NewFSBackend

func NewFSBackend(ctx context.Context, conf FSBackendConfig) *FSBackend

func (*FSBackend) Close

func (be *FSBackend) Close() error

func (*FSBackend) Delete

func (be *FSBackend) Delete(ctx context.Context, u *url.URL) error

func (*FSBackend) ListPrefix

func (be *FSBackend) ListPrefix(ctx context.Context, u *url.URL, optFuncs ...types.ListOption) ([]*types.Object, error)

func (*FSBackend) Move

func (be *FSBackend) Move(ctx context.Context, src *url.URL, dst *url.URL) error

func (*FSBackend) ReadMetadata

func (be *FSBackend) ReadMetadata(ctx context.Context, u *url.URL) (*types.ObjectMetadata, error)

func (*FSBackend) Reader

func (be *FSBackend) Reader(ctx context.Context, u *url.URL) (types.Reader, error)

func (*FSBackend) ReaderAt

func (be *FSBackend) ReaderAt(ctx context.Context, u *url.URL) (types.ReaderAt, error)

func (*FSBackend) Writer

func (be *FSBackend) Writer(ctx context.Context, u *url.URL) (types.Writer, error)

type FSBackendConfig

type FSBackendConfig struct{}

Jump to

Keyboard shortcuts

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