AddAlternate implements storage.Storer.
(remote string)
| 64 | |
| 65 | // AddAlternate implements storage.Storer. |
| 66 | func (s *Storage) AddAlternate(remote string) error { |
| 67 | return errNotSupported |
| 68 | } |
| 69 | |
| 70 | func withNamespace(ns string, keyType string, key string) string { |
| 71 | k := ns |
nothing calls this directly
no outgoing calls
no test coverage detected