memfs

package
v5.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 12 Imported by: 228

Documentation

Overview

Package memfs provides a billy filesystem base on memory.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() billy.Filesystem

New returns a new Memory filesystem.

Types

type ByName added in v5.1.0

type ByName []os.FileInfo

func (ByName) Len added in v5.1.0

func (a ByName) Len() int

func (ByName) Less added in v5.1.0

func (a ByName) Less(i, j int) bool

func (ByName) Swap added in v5.1.0

func (a ByName) Swap(i, j int)

type Memory

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

Memory a very convenient filesystem based on memory files

func (*Memory) Capabilities

func (fs *Memory) Capabilities() billy.Capability

Capabilities implements the Capable interface.

func (*Memory) Create

func (fs *Memory) Create(filename string) (billy.File, error)

func (*Memory) Join

func (fs *Memory) Join(elem ...string) string

func (*Memory) Lstat

func (fs *Memory) Lstat(filename string) (os.FileInfo, error)

func (*Memory) MkdirAll

func (fs *Memory) MkdirAll(path string, perm os.FileMode) error

func (*Memory) Open

func (fs *Memory) Open(filename string) (billy.File, error)

func (*Memory) OpenFile

func (fs *Memory) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error)

func (*Memory) ReadDir

func (fs *Memory) ReadDir(path string) ([]os.FileInfo, error)
func (fs *Memory) Readlink(link string) (string, error)

func (*Memory) Remove

func (fs *Memory) Remove(filename string) error

func (*Memory) Rename

func (fs *Memory) Rename(from, to string) error

func (*Memory) Stat

func (fs *Memory) Stat(filename string) (os.FileInfo, error)
func (fs *Memory) Symlink(target, link string) error

func (*Memory) TempFile

func (fs *Memory) TempFile(dir, prefix string) (billy.File, error)

Jump to

Keyboard shortcuts

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