Documentation
¶
Index ¶
- type ImageConnection
- func (c *ImageConnection) Chroot() *safechroot.Chroot
- func (c *ImageConnection) CleanClose() error
- func (c *ImageConnection) Close()
- func (c *ImageConnection) ConnectChroot(rootDir string, isExistingDir bool, extraDirectories []string, ...) error
- func (c *ImageConnection) ConnectLoopback(diskFilePath string) error
- func (c *ImageConnection) Loopback() *safeloopback.Loopback
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConnection ¶
type ImageConnection struct {
// contains filtered or unexported fields
}
func NewImageConnection ¶
func NewImageConnection() *ImageConnection
func (*ImageConnection) Chroot ¶
func (c *ImageConnection) Chroot() *safechroot.Chroot
func (*ImageConnection) CleanClose ¶
func (c *ImageConnection) CleanClose() error
func (*ImageConnection) Close ¶
func (c *ImageConnection) Close()
func (*ImageConnection) ConnectChroot ¶
func (c *ImageConnection) ConnectChroot(rootDir string, isExistingDir bool, extraDirectories []string, extraMountPoints []*safechroot.MountPoint, includeDefaultMounts bool, ) error
func (*ImageConnection) ConnectLoopback ¶
func (c *ImageConnection) ConnectLoopback(diskFilePath string) error
func (*ImageConnection) Loopback ¶
func (c *ImageConnection) Loopback() *safeloopback.Loopback
Click to show internal directories.
Click to hide internal directories.