Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadBackup ¶
type DownloadBackup interface { DownloadBackup(url string, backupWriter StreamedWriter) error TrailerKey() string }
func DefaultDownloadBackup ¶
func DefaultDownloadBackup(clock clock.Clock, config config.Config) DownloadBackup
type HttpDownloadBackup ¶
type HttpDownloadBackup struct {
// contains filtered or unexported fields
}
func (*HttpDownloadBackup) DownloadBackup ¶
func (this *HttpDownloadBackup) DownloadBackup(backupURL string, backupWriter StreamedWriter) error
func (*HttpDownloadBackup) TrailerKey ¶
func (_ *HttpDownloadBackup) TrailerKey() string
type StreamedWriter ¶
Click to show internal directories.
Click to hide internal directories.