Documentation
¶
Rendered for windows/amd64
Index ¶
- func Bootstrap() error
- func CheckAndRenewCertificate() error
- func GetStatus() (string, error)
- func GetTLSConfig() (*tls.Config, error)
- func ProxmoxHTTPRequest(method, url string, body io.Reader, respBody any) (io.ReadCloser, error)
- func SetStatus(status string) error
- type BackupSessionData
- type BackupStore
- func (bs *BackupStore) ClearAll() error
- func (bs *BackupStore) EndBackup(drive string) error
- func (bs *BackupStore) HasActiveBackupForDrive(drive string) (bool, error)
- func (bs *BackupStore) HasActiveBackups() (bool, error)
- func (bs *BackupStore) StartBackup(drive string) error
- func (bs *BackupStore) StartNFS(drive string) error
- type BootstrapRequest
- type BootstrapResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAndRenewCertificate ¶ added in v0.9.2
func CheckAndRenewCertificate() error
func GetTLSConfig ¶ added in v0.8.0
func ProxmoxHTTPRequest ¶
Types ¶
type BackupSessionData ¶ added in v0.12.8
type BackupStore ¶ added in v0.12.8
type BackupStore struct {
// contains filtered or unexported fields
}
func NewBackupStore ¶ added in v0.12.8
func NewBackupStore() (*BackupStore, error)
func (*BackupStore) ClearAll ¶ added in v0.12.10
func (bs *BackupStore) ClearAll() error
func (*BackupStore) EndBackup ¶ added in v0.12.8
func (bs *BackupStore) EndBackup(drive string) error
func (*BackupStore) HasActiveBackupForDrive ¶ added in v0.12.8
func (bs *BackupStore) HasActiveBackupForDrive(drive string) (bool, error)
func (*BackupStore) HasActiveBackups ¶ added in v0.12.8
func (bs *BackupStore) HasActiveBackups() (bool, error)
func (*BackupStore) StartBackup ¶ added in v0.12.8
func (bs *BackupStore) StartBackup(drive string) error
func (*BackupStore) StartNFS ¶ added in v0.12.8
func (bs *BackupStore) StartNFS(drive string) error
type BootstrapRequest ¶ added in v0.8.0
type BootstrapResponse ¶ added in v0.8.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.