snapshot

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2023 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL