fsx

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayFS added in v1.3.0

type ArrayFS struct {
	// contains filtered or unexported fields
}

func (*ArrayFS) Append added in v1.3.0

func (cab *ArrayFS) Append(c fs.FS)

func (*ArrayFS) Open added in v1.3.0

func (cab *ArrayFS) Open(name string) (fs.File, error)

func (*ArrayFS) ReadDir added in v1.3.0

func (cab *ArrayFS) ReadDir(name string) ([]fs.DirEntry, error)

type DirFS

type DirFS string

func (DirFS) Create added in v1.3.0

func (cab DirFS) Create(name string) (io.WriteCloser, error)

func (DirFS) Open added in v1.3.0

func (cab DirFS) Open(name string) (fs.File, error)

type WriteableFS added in v1.3.0

type WriteableFS interface {
	fs.FS
	Create(name string) (io.WriteCloser, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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