memfs

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2017 License: MIT Imports: 10 Imported by: 1

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 Memory

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

Memory a very convenient filesystem based on memory files

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