Documentation ¶
Overview ¶
Package util contains general utility functions.
Index ¶
- func ReadAeData(path string, key []byte) (data []byte, err error)
- func ReadData(path string) (data []byte, err error)
- func ReadFunc(path string, fn func(*os.File) (interface{}, error)) (data interface{}, err error)
- func WriteAeData(path string, perm os.FileMode, data []byte, key []byte) (err error)
- func WriteData(path string, perm os.FileMode, data []byte) (err error)
- func WriteFunc(path string, perm os.FileMode, fn func(*os.File) error) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteAeData ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.