()
| 225 | } |
| 226 | |
| 227 | func VaultURL() string { |
| 228 | // return ConfigURL() |
| 229 | // TODO |
| 230 | return r.GetString("computedVaultURL") |
| 231 | } |
| 232 | |
| 233 | func KeyringURL() string { |
| 234 | return r.GetString(KeyKeyring) |
no test coverage detected
searching dependent graphs…