GetBackupToken loads the original auth token
()
| 155 | |
| 156 | // GetBackupToken loads the original auth token |
| 157 | func (d DotRill) GetBackupToken() (string, error) { |
| 158 | return d.Get(CredentialsFilename, BackupTokenCredentialsKey) |
| 159 | } |
| 160 | |
| 161 | // SetBackupToken saves original auth token |
| 162 | func (d DotRill) SetBackupToken(token string) error { |
no test coverage detected