Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TarballObject ¶
type TarballObject struct { metadata.ObjectMetadata metadata.CompressedObject utils.FileSystemHelper `json:"-"` LibArchiveBackend libarchive.API `json:"-"` FileSystemBackend afero.Fs CopyBackend copy.Interface `json:"-"` mtd.MtdUtils mtd.UbifsUtils Target string `json:"target"` TargetType string `json:"target-type"` TargetPath string `json:"target-path"` FSType string `json:"filesystem"` FormatOptions string `json:"format-options,omitempty"` MustFormat bool `json:"format?,omitempty"` MountOptions string `json:"mount-options,omitempty"` // contains filtered or unexported fields }
TarballObject encapsulates the "tarball" handler data and functions
func (*TarballObject) Cleanup ¶
func (tb *TarballObject) Cleanup() error
Cleanup implementation for the "tarball" handler
func (*TarballObject) Install ¶
func (tb *TarballObject) Install(downloadDir string) error
Install implementation for the "tarball" handler
func (*TarballObject) Setup ¶
func (tb *TarballObject) Setup() error
Setup implementation for the "tarball" handler
Click to show internal directories.
Click to hide internal directories.