Documentation ¶ Index ¶ func Pack(props, archivePath string) error func Unpack(archiveDir string) (string, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Pack ¶ func Pack(props, archivePath string) error Pack packs the given properties file and its images in a tgz archive with the given file path func Unpack ¶ func Unpack(archiveDir string) (string, string, error) Unpack decompresses the given tgz archive (created using Pack) to a temporary directory and returns the directory and the path of the properties file in the directory. It is the caller's responsibility to delete the temporary directory Types ¶ This section is empty. Source Files ¶ View all Source files pack.go unpack.go Click to show internal directories. Click to hide internal directories.