Documentation ¶ Index ¶ func Remove(ctx context.Context, name string) error func Rename(ctx context.Context, oldPath, newPath string) error type File func Create(ctx context.Context, name string) (File, error) func Open(ctx context.Context, name string) (File, error) func OpenFile(ctx context.Context, name string, flag int) (File, error) 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 ¶ View all Source files dbfile.go dbfs.go Click to show internal directories. Click to hide internal directories.