pub fn get_service(
service_name: &str,
services: &ServiceCache,
) -> Option<Service>Expand description
Getter for a Service from the shared ServiceCache, with no DB access (a None entry means
a prior lookup found no such service).
pub fn get_service(
service_name: &str,
services: &ServiceCache,
) -> Option<Service>Getter for a Service from the shared ServiceCache, with no DB access (a None entry means
a prior lookup found no such service).