1 2 3 4
pub enum Action { TestLatency { proxies: Vec<String> }, ApplySelection { group: String, proxy: String }, }