Documentation ¶
Index ¶
Constants ¶
View Source
const ( GoogleDriveMethod = "google" TestMockMethod = "mock" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoogleDriveBackupService ¶
type GoogleDriveBackupService struct {
// contains filtered or unexported fields
}
func (*GoogleDriveBackupService) Authenticate ¶
func (b *GoogleDriveBackupService) Authenticate() error
func (*GoogleDriveBackupService) Upload ¶
func (b *GoogleDriveBackupService) Upload(filePath string) error
type MockBackupService ¶
type MockBackupService struct { }
func (*MockBackupService) Authenticate ¶
func (b *MockBackupService) Authenticate() error
func (*MockBackupService) Upload ¶
func (b *MockBackupService) Upload(file string) error
type UploadService ¶
Click to show internal directories.
Click to hide internal directories.