Documentation
¶
Overview ¶
Package snapshot documents the request and response payloads related to the snapshot daemon.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListArchiveResponse ¶
type ListArchiveResponse struct {
Snapshots []pb.ListArchiveSnapshotsResponse `json:"snapshots"`
}
ListArchiveResponse is the response body for GET /snapper/archive.
type ListManualResponse ¶
type ListManualResponse struct {
Snapshots []pb.ListManualSnapshotsResponse `json:"snapshots"`
}
ListManualResponse is the response body for GET /snapper/manual.
type ListRemoteResponse ¶
type ListRemoteResponse struct {
Snapshots []pb.ListRemoteSnapshotsResponse `json:"snapshots"`
}
ListRemoteResponse is the response body for GET /snapper/remote.
type ListStackResponse ¶
type ListStackResponse pb.ListStackResponse
ListStackResponse is the response body for GET /snapper/stack.
type ListStatusResponse ¶
type ListStatusResponse struct {
Snapshots []pb.ListStatusResponse `json:"snapshots"`
}
ListStatusResponse is the response body for GET /snapper/status.
Click to show internal directories.
Click to hide internal directories.