Documentation ¶ Index ¶ func InitServer(backendAddr, token string) (err error) type Client func Get(backendAddr string) (*Client, error) func (client *Client) Backup(backupResult *backuper.BackupResult) error func (client *Client) GetConfig(o interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitServer ¶ func InitServer(backendAddr, token string) (err error) Types ¶ type Client ¶ type Client struct { URL string Token string } func Get ¶ func Get(backendAddr string) (*Client, error) func (*Client) Backup ¶ func (client *Client) Backup(backupResult *backuper.BackupResult) error func (*Client) GetConfig ¶ func (client *Client) GetConfig(o interface{}) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.