Documentation ¶
Index ¶
Constants ¶
View Source
const ( RegularFile fileType = iota Dir )
Variables ¶
View Source
var ErrNoHistoryAvailable = errors.New("no history available")
Functions ¶
This section is empty.
Types ¶
type File ¶ added in v1.9.0
A File represents a file that exists in an image
type FileNode ¶ added in v1.9.0
type FileNode struct {
// contains filtered or unexported fields
}
FileNode represents a file on a specific layer, mapping the contents to an extracted file on disk
Click to show internal directories.
Click to hide internal directories.