// FromKey safely converts a Key type to a Path type func FromKey(k key.Key) Path { return Path("/ipfs/" + k.String()) }
func providerKey(k key.Key) datastore.Key { return datastore.KeyWithNamespaces([]string{"routing", "providers", k.String()}) }