Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountExists ¶
type AccountExists struct {
}
func (*AccountExists) Error ¶
func (e *AccountExists) Error() string
type AccountNotFound ¶
type AccountNotFound struct {
}
func (*AccountNotFound) Error ¶
func (e *AccountNotFound) Error() string
type BackupDisabled ¶ added in v0.3.0
type BackupDisabled struct {
}
func (*BackupDisabled) Error ¶ added in v0.3.0
func (e *BackupDisabled) Error() string
type BackupFileExists ¶ added in v0.3.0
type BackupFileExists struct {
}
func (*BackupFileExists) Error ¶ added in v0.3.0
func (e *BackupFileExists) Error() string
type InvalidCommandUsage ¶ added in v0.4.0
type InvalidCommandUsage struct {
}
func (*InvalidCommandUsage) Error ¶ added in v0.4.0
func (e *InvalidCommandUsage) Error() string
type SafeCorrupt ¶
type SafeCorrupt struct {
}
func (*SafeCorrupt) Error ¶
func (e *SafeCorrupt) Error() string
type SafeDecryptionFailed ¶ added in v0.3.0
type SafeDecryptionFailed struct {
}
func (*SafeDecryptionFailed) Error ¶ added in v0.3.0
func (e *SafeDecryptionFailed) Error() string
type SafeNotFound ¶
type SafeNotFound struct {
}
func (*SafeNotFound) Error ¶
func (e *SafeNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.