Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawObject ¶
type RawObject struct { metadata.ObjectMetadata metadata.CompressedObject LibArchiveBackend libarchive.API `json:"-"` FileSystemBackend afero.Fs CopyBackend copy.Interface `json:"-"` installifdifferent.TargetProvider Target string `json:"target"` TargetType string `json:"target-type"` ChunkSize int `json:"chunk-size,omitempty"` Skip int `json:"skip,omitempty"` Seek int `json:"seek,omitempty"` Count int `json:"count,omitempty"` Truncate bool `json:"truncate,omitempty"` }
RawObject encapsulates the "raw" handler data and functions
func (*RawObject) SetupTarget ¶
SetupTarget implementation for the "raw" handler
Click to show internal directories.
Click to hide internal directories.