1 2 3 4 5 6 7 8 9 10
pub fn get() -> Vec<String> { vec![ "Storage".to_string(), "Management".to_string(), "Compute".to_string(), "Service".to_string(), "System".to_string(), "Application".to_string(), ] }