Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2014 Changes in this version + func InitServer(backendAddr, token string) (err error) + type Client struct + Token string + URL string + func Get(backendAddr string) (*Client, error) + func (client *Client) Backup(backupResult *backuper.BackupResult) error + func (client *Client) GetConfig(o interface{}) error