logging_fs

package
v0.20211202.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

type FS struct {
	AF afero.Fs
}

func (*FS) Chmod

func (fs *FS) Chmod(name string, mode os.FileMode) error

func (*FS) Chtimes

func (fs *FS) Chtimes(name string, atime time.Time, mtime time.Time) error

func (*FS) Create

func (fs *FS) Create(name string) (afero.File, error)

func (*FS) Logf

func (fs *FS) Logf(msg string, args ...interface{})

func (*FS) Mkdir

func (fs *FS) Mkdir(name string, perm os.FileMode) error

func (*FS) MkdirAll

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

func (*FS) Name

func (fs *FS) Name() string

func (*FS) Open

func (fs *FS) Open(name string) (afero.File, error)

func (*FS) OpenFile

func (fs *FS) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)

func (*FS) Remove

func (fs *FS) Remove(name string) error

func (*FS) RemoveAll

func (fs *FS) RemoveAll(path string) error

func (*FS) Rename

func (fs *FS) Rename(oldname, newname string) error

func (*FS) Stat

func (fs *FS) Stat(name string) (os.FileInfo, error)

Jump to

Keyboard shortcuts

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