Documentation
¶
Index ¶
- func CompressGzip(file_path string) (string, error)
- func CreateErrorDir(file_path string) (dir_path string, err error)
- func DecompressGzip(file_path string) string
- func DecompressZip(file_path, dir_path string) error
- func DeletePath(file_path string) error
- func ExistingPath(file_path string) (bool, error)
- func FilesOnDir(dir_path string, patterns ...string) []fs.FileInfo
- func GetDir(file_path string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressGzip ¶
func CreateErrorDir ¶
func DecompressGzip ¶
func DecompressZip ¶ added in v0.2.8
func DeletePath ¶
func ExistingPath ¶ added in v0.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.