Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk interface {
Exists(path string) error
Read(path string) ([]byte, error)
Write(path string, data []byte) error
Remove(path string) error
MkDir(path string) error
ReadDir(path string) ([]Entry, error)
IsNotExist(err error) bool
IsExist(err error) bool
Open(path string, flag int) (io.WriteCloser, error)
}
Click to show internal directories.
Click to hide internal directories.