Documentation ¶
Index ¶
- type Unpacker
- func (u *Unpacker) AddDevice(deviceId string) error
- func (u *Unpacker) AssociateStreamWithDevice(streamName string, deviceId string) error
- func (u *Unpacker) ClaimDevice(deviceId, deviceName string) error
- func (u *Unpacker) ExportImage(streamName string, exportType string, exportDestination string) error
- func (u *Unpacker) ForgetStream(streamName string) error
- func (u *Unpacker) GetFileSystem(streamName string) (*filesystem.FileSystem, error)
- func (u *Unpacker) GetRaw(streamName string) (io.ReadCloser, uint64, error)
- func (u *Unpacker) GetStatus() proto.GetStatusResponse
- func (u *Unpacker) PrepareForAddDevice() error
- func (u *Unpacker) PrepareForCapture(streamName string) error
- func (u *Unpacker) PrepareForCopy(streamName string) error
- func (u *Unpacker) PrepareForUnpack(streamName string, skipIfPrepared bool, doNotWaitForResult bool) error
- func (u *Unpacker) RemoveDevice(deviceId string) error
- func (u *Unpacker) UnpackImage(streamName string, imageLeafName string) error
- func (u *Unpacker) WriteHtml(writer io.Writer)
- func (u *Unpacker) WriteStreamHtml(writer io.Writer, streamName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unpacker ¶
type Unpacker struct {
// contains filtered or unexported fields
}
func (*Unpacker) AssociateStreamWithDevice ¶
func (*Unpacker) ClaimDevice ¶ added in v0.3.2
func (*Unpacker) ExportImage ¶
func (*Unpacker) ForgetStream ¶ added in v0.3.2
func (*Unpacker) GetFileSystem ¶
func (u *Unpacker) GetFileSystem(streamName string) ( *filesystem.FileSystem, error)
func (*Unpacker) GetStatus ¶
func (u *Unpacker) GetStatus() proto.GetStatusResponse
func (*Unpacker) PrepareForAddDevice ¶
func (*Unpacker) PrepareForCapture ¶
func (*Unpacker) PrepareForCopy ¶
func (*Unpacker) PrepareForUnpack ¶
func (*Unpacker) RemoveDevice ¶
func (*Unpacker) UnpackImage ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.