Documentation ¶
Index ¶
- Variables
- func ArchiveReader(format string, files []*file.FileInfo) (outReader io.ReadCloser)
- func CompressReader(format string, filename string, inReader io.ReadCloser) (outReader io.ReadCloser)
- func IsValidArchive(a string) bool
- func IsValidCompress(a string) bool
- func IsValidToArchive(a string) bool
- func IsValidUncompress(a string) bool
- func UncompressReader(format string, inReader io.Reader) (outReader io.Reader, err error)
- type FormFile
Constants ¶
This section is empty.
Variables ¶
View Source
var ArchiveList = strings.Join(validArchive, ", ")
Functions ¶
func ArchiveReader ¶ added in v0.9.21
func ArchiveReader(format string, files []*file.FileInfo) (outReader io.ReadCloser)
func CompressReader ¶
func CompressReader(format string, filename string, inReader io.ReadCloser) (outReader io.ReadCloser)
func IsValidArchive ¶
func IsValidCompress ¶
func IsValidToArchive ¶ added in v0.9.21
func IsValidUncompress ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.