dbfs

package
v3.1.17 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 11 Imported by: 0

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)

Source Files

  • dbfile.go
  • dbfs.go

Jump to

Keyboard shortcuts

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