Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Composite ¶
type Composite struct {
// contains filtered or unexported fields
}
func ComposeSnapshots ¶
func ComposeSnapshots(boundary string, snapshotables ...IdentifiedSnapshotable) *Composite
func (*Composite) GenerateSnapshot ¶
GenerateSnapshot implements port.Snapshotable.
type IdentifiedSnapshotable ¶
type IdentifiedSnapshotable interface {
Snapshotable
SnapshotID() string
}
func WithSnapshotID ¶
func WithSnapshotID(id string, snapshotable Snapshotable) IdentifiedSnapshotable
type Restorable ¶
Click to show internal directories.
Click to hide internal directories.