Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClientAlreadyExists = errors.New("client already exists")
)
Functions ¶
Types ¶
type BackupConfig ¶
type Client ¶
type Config ¶
type Config struct { Type string `toml:"type"` Backup BackupConfig `toml:"backup"` Settings map[string]interface{} `toml:"settings"` }
func NewDefaultConfig ¶
func NewDefaultConfig() Config
type NewClientFunc ¶
Click to show internal directories.
Click to hide internal directories.