Documentation ¶
Index ¶
- Constants
- func Create(archive io.WriteSeeker, stripPath string, comment string, content ...string) (bool, liberr.Error)
- func CreateGzip(archive io.WriteSeeker, stripPath string, comment string, content ...string) (bool, liberr.Error)
- func GetAll(src io.ReadSeeker, outputFolder string, defaultDirPerm os.FileMode) liberr.Error
- func GetFile(src, dst libfpg.Progress, filenameContain, filenameRegex string) liberr.Error
Constants ¶
View Source
const ( ErrorParamEmpty liberr.CodeError = iota + arcmod.MinPkgArchiveTar ErrorTarNext ErrorFileOpen ErrorFileSeek ErrorFileClose ErrorIOCopy ErrorDirCreate ErrorLinkCreate ErrorSymLinkCreate ErrorDestinationStat ErrorDestinationIsDir ErrorDestinationIsNotDir ErrorDestinationRemove ErrorTarCreate ErrorGzipCreate ErrorTarCreateAddFile )
Variables ¶
This section is empty.
Functions ¶
func CreateGzip ¶ added in v1.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.