Documentation ¶
Index ¶
- func Archive(ctx context.Context, source, target string, ignoreList []string, ...) (string, string, error)
- func SumReader(reader io.Reader) (string, error)
- func SumWithCopy(writer io.WriteCloser, reader io.Reader, logger *logger.Logger, ...) (string, error)
- func Unarchive(reader io.Reader, dest string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Archive ¶
func Archive(ctx context.Context, source, target string, ignoreList []string, logger *logger.Logger) (string, string, error)
Archive archives the source into target, ignoring the list of patterns supplied in the string array.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.