pub type RemoteMap = HashMap<String, Vec<RemoteEntry>>;
pub struct RemoteMap { /* private fields */ }