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 SafeCorrupt ¶
type SafeCorrupt struct {
}
func (*SafeCorrupt) Error ¶
func (e *SafeCorrupt) 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.