Documentation
¶
Index ¶
- Variables
- func Get(path, name string) ([]byte, error)
- func GetF(f *os.File, name string) ([]byte, error)
- func GetString(path, name string) (string, error)
- func GetStringF(f *os.File, name string) (string, error)
- func GetTime(path, name string) (time.Time, error)
- func GetTimeF(f *os.File, name string) (time.Time, error)
- func GetUint(path, name string) (uint64, error)
- func GetUintF(f *os.File, name string) (uint64, error)
- func Set(path, name string, data []byte) error
- func SetF(f *os.File, name string, data []byte) error
- func SetString(path, name string, data string) error
- func SetStringF(f *os.File, name string, data string) error
- func SetTime(path, name string, t time.Time) error
- func SetTimeF(f *os.File, name string, t time.Time) error
- func SetUint(path, name string, v uint64) error
- func SetUintF(f *os.File, name string, v uint64) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSet = errors.New("xattr not set")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.