Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtFS ¶
type ExtFS interface {
List(path string, v interface{}) []string
Get(file string, v interface{}) bool
GetBytes(file string, v interface{}) []byte
Set(file string, v interface{}, sync bool) error
SetBytes(file string, data []byte, v interface{}, sync bool) error
Move(oldPath string, newPath string)
Delete(file string, v interface{}) error
Close()
}
Click to show internal directories.
Click to hide internal directories.