Documentation
¶
Index ¶
- func CompressDir(dir string, dest string) (err error)
- func CompressFile(src string, dest string) error
- func DecryptFile(inputPath, outputPath, key string) error
- func EncryptFile(inputPath, outputPath, key string) error
- func OpenReadOnlyFile(path string) (*os.File, error)
- func OpenWriteOnlyFile(path string, perm os.FileMode) (*os.File, error)
- func ParseInterval(interval string) (time.Duration, error)
- func ReadFileSafe(path string) ([]byte, error)
- func SafeFilename(name string) string
- func WriteFileSafe(path string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressDir ¶
func CompressFile ¶
func DecryptFile ¶
func EncryptFile ¶
func ReadFileSafe ¶
func SafeFilename ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.