(uri string)
| 104 | } |
| 105 | |
| 106 | func (c *Credentials) RemoveTokens(uri string) { |
| 107 | delete(c.Services, normalizeURI(uri)) |
| 108 | } |
| 109 | |
| 110 | func normalizeURI(uri string) string { |
| 111 | u := storage.MustParseURI(uri) |
nothing calls this directly
no test coverage detected