Documentation ¶ Index ¶ func WriteTarball(ctx context.Context, writer io.Writer, path string, members ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WriteTarball ¶ func WriteTarball(ctx context.Context, writer io.Writer, path string, members ...string) error WriteTarball writes a tarball to an `io.Writer` for the provided path containing the specified archive members. Members should be specified relative to `path`. Types ¶ This section is empty. Source Files ¶ View all Source files archive.go Click to show internal directories. Click to hide internal directories.