credentialsPath is retained for internal call sites.
()
| 81 | |
| 82 | // credentialsPath is retained for internal call sites. |
| 83 | func credentialsPath() (string, error) { |
| 84 | return CredentialsPath() |
| 85 | } |
| 86 | |
| 87 | // LoadStore reads the credentials file and returns a usable |
| 88 | // CredentialStore. Returns an empty (but non-nil) store if the file |
no test coverage detected