Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LatestSnapshots ¶
type LatestSnapshots struct {
FullSnapshot *brtypes.Snapshot `json:"fullSnapshot"`
DeltaSnapshots []*brtypes.Snapshot `json:"deltaSnapshots"`
}
LatestSnapshots stores the result from output of /snapshot/latest http call
type SnapListResult ¶
type SnapListResult struct {
Error error `json:"error"`
Snapshots brtypes.SnapList `json:"snapshots"`
}
SnapListResult stores the snaplist and any associated error
Click to show internal directories.
Click to hide internal directories.