fn collect_endpoints( config: &HashMap<String, Value>, ) -> Result<Vec<String>, String>
Reads endpoint_addr (string) and/or endpoint_addrs (array), trims trailing slashes, and errors when none are present.
endpoint_addr
endpoint_addrs