tarball

package
v1.0.0-...-746469e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL