Get the default DNS credential ID
(&self)
| 756 | |
| 757 | /// Get the default DNS credential ID |
| 758 | pub fn get_default_dns_credential_id(&self) -> Option<String> { |
| 759 | self.persistent.read().decode(keys::DNS_CRED_DEFAULT) |
| 760 | } |
| 761 | |
| 762 | /// Set the default DNS credential ID |
| 763 | pub fn set_default_dns_credential_id(&self, cred_id: &str) -> Result<()> { |
no test coverage detected