Skip to main content

normalize_platform

Function normalize_platform 

Source
pub fn normalize_platform(client_name: &str) -> &'static str
Expand description

Normalize a client name to a platform identifier used in SessionStart. Thin re-export of pipeline::middlewares::shared::normalize_platform so external callers of this module don’t have to reach into the middlewares submodule.