Documentation
¶
Index ¶
- func CreateFile(file_path string) (*os.File, error)
- func DeleteFile(file_path string) error
- func GetFileContents(file_path string) ([]byte, error)
- func GetZipFileReader(file_path string) (*zip.ReadCloser, error)
- func UnzipFilesToFilenameContentMap(zipFile *zip.ReadCloser) (map[string][]byte, error)
- func WriteBytesToFile(file_path string, bytes []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteFile ¶ added in v0.4.0
func GetFileContents ¶ added in v0.4.0
func GetZipFileReader ¶ added in v0.4.0
func GetZipFileReader(file_path string) (*zip.ReadCloser, error)
func UnzipFilesToFilenameContentMap ¶ added in v0.3.0
func UnzipFilesToFilenameContentMap(zipFile *zip.ReadCloser) (map[string][]byte, error)
func WriteBytesToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.