Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSnapshot ¶
func CreateSnapshot(w http.ResponseWriter, r *http.Request)
Types ¶
type SnapshotProfile ¶
type SnapshotProfile struct { AwsAccesskey string `json:"AWS_ACCESS_KEY_ID"` AwsSecretkey string `json:"AWS_SECRET_ACCESS_KEY"` ResticRepository string `json:"RESTIC_REPOSITORY"` ResticPassword string `json:"RESTIC_PASSWORD"` TimeInterval int `json:"timeInterval"` ResticSourceRepo string `json:"resticSourceRepo"` }
Click to show internal directories.
Click to hide internal directories.