Documentation ¶ Index ¶ func Tar(source string) (io.Reader, error) func TarRemote(exec sshexec.Executor, source string) (io.Reader, error) func Untar(r io.Reader, dest string) error func UntarRemote(exec sshexec.Executor, dest string, in io.Reader) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Tar ¶ func Tar(source string) (io.Reader, error) func TarRemote ¶ func TarRemote(exec sshexec.Executor, source string) (io.Reader, error) TarRemote creates a tar archive for the given file/directory on the remote server. func Untar ¶ func Untar(r io.Reader, dest string) error func UntarRemote ¶ func UntarRemote(exec sshexec.Executor, dest string, in io.Reader) error Types ¶ This section is empty. Source Files ¶ View all Source files tar.go Click to show internal directories. Click to hide internal directories.