Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSnapshot = errors.New("snap: no available snapshot") ErrCRCMismatch = errors.New("snap: crc mismatch") )
Functions ¶
This section is empty.
Types ¶
type Snapshotter ¶
type Snapshotter struct {
// contains filtered or unexported fields
}
func New ¶
func New(dir string) *Snapshotter
Click to show internal directories.
Click to hide internal directories.