#[derive(Debug, Default)]
pub struct Light {
  src_port: String,
  target_port: String
}