pub type PublisherConfig = HashMap<String, Endpoint>;
A configuration map for named publishers (endpoints). The key is the publisher name.
pub struct PublisherConfig { /* private fields */ }