Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UbifsObject ¶
type UbifsObject struct { metadata.ObjectMetadata metadata.CompressedObject utils.CmdLineExecuter mtd.UbifsUtils CopyBackend copy.Interface `json:"-"` LibArchiveBackend libarchive.API `json:"-"` FileSystemBackend afero.Fs Target string `json:"target"` TargetType string `json:"target-type"` }
UbifsObject encapsulates the "ubifs" handler data and functions
func (*UbifsObject) Cleanup ¶
func (ufs *UbifsObject) Cleanup() error
Cleanup implementation for the "ubifs" handler
func (*UbifsObject) Install ¶
func (ufs *UbifsObject) Install(downloadDir string) error
Install implementation for the "ubifs" handler
func (*UbifsObject) Setup ¶
func (ufs *UbifsObject) Setup() error
Setup implementation for the "ubifs" handler
Click to show internal directories.
Click to hide internal directories.