dbfs

package
v1.23.6 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2025 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Remove

func Remove(ctx context.Context, name string) error

func Rename

func Rename(ctx context.Context, oldPath, newPath string) error

Types

type File

type File interface {
	io.ReadWriteCloser
	io.Seeker
	fs.File
}

func Create

func Create(ctx context.Context, name string) (File, error)

func Open

func Open(ctx context.Context, name string) (File, error)

func OpenFile

func OpenFile(ctx context.Context, name string, flag int) (File, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳