fsx

package
v0.0.0-...-8b5a478 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileReader

type FileReader struct {
}

func NewFileReader

func NewFileReader() *FileReader

func (*FileReader) OpenFile

func (s *FileReader) OpenFile(path string) (io.ReadCloser, error)

func (*FileReader) ReadDir

func (s *FileReader) ReadDir(path string) ([]os.FileInfo, error)

type FileWriter

type FileWriter struct {
}

func NewFileWriter

func NewFileWriter() *FileWriter

func (*FileWriter) Mkdir

func (s *FileWriter) Mkdir(path string, mode os.FileMode) error

func (*FileWriter) OpenFile

func (s *FileWriter) OpenFile(path string, mode os.FileMode) (io.WriteCloser, error)

Jump to

Keyboard shortcuts

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