1 2 3 4 5 6 7
pub struct Row { pub host: String, pub id: i64, pub pem: String, pub port: i32, pub time: i64, }