Documentation ¶
Index ¶
- Constants
- func Create(archive io.WriteSeeker, stripPath string, content ...string) (bool, liberr.Error)
- func CreateGzip(archive io.WriteSeeker, stripPath string, content ...string) (bool, liberr.Error)
- func GetAll(src io.ReadSeeker, outputFolder string, defaultDirPerm os.FileMode) errors.Error
- func GetFile(src, dst ioutils.FileProgress, filenameContain, filenameRegex string) errors.Error
- func IsCodeError() bool
Constants ¶
View Source
const ( ErrorParamsEmpty errors.CodeError = iota + errors.MinPkgArchive + 30 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
func GetFile ¶
func GetFile(src, dst ioutils.FileProgress, filenameContain, filenameRegex string) errors.Error
func IsCodeError ¶
func IsCodeError() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.