Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SnapshotArchiveStore ¶
type SnapshotArchiveStore struct {
// contains filtered or unexported fields
}
func NewSnapshotArchiveStore ¶
func NewSnapshotArchiveStore(dir string) SnapshotArchiveStore
func (SnapshotArchiveStore) Read ¶
func (s SnapshotArchiveStore) Read(ref *spec.SnapshotRef) (snapshot *spec.Snapshot, err error)
func (SnapshotArchiveStore) Write ¶
func (s SnapshotArchiveStore) Write(snapshot *spec.Snapshot) (ref *spec.SnapshotRef, err error)
Click to show internal directories.
Click to hide internal directories.