Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2024 Changes in this version + func BaseExpanders(filesLimit int, fileSizeLimit int64) map[string]Expander + type Expander interface + Expand func(src, dst string, dir bool, mode os.FileMode) error + type TarExpander struct + FileSizeLimit int64 + FilesLimit int + func (t *TarExpander) Expand(dst, src string, dir bool, umask os.FileMode) error Other modules containing this package github.com/enterprise-contract/go-gather