Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct { // Number of the snapshot provided by snapper. Number int `json:"num"` // Type of the snapshot from snapper. Type string `json:"type"` // Date is when the snapshot was taken. Date string `json:"timestamp"` // Descr is a description of a snapshot. Descr string `json:"descr"` // UserData additional metadata provided by backup. UserData string `json:"userData"` }
Output presents information about a snapshot
Click to show internal directories.
Click to hide internal directories.