gate_spot_ws.rs 473 B

123456789101112131415
  1. // use std::collections::BTreeMap;
  2. //
  3. // #[derive(Clone)]
  4. // pub struct GateSpotWs {}
  5. //
  6. // impl GateSpotWs {
  7. // pub fn new(_is_colo: bool, _login_param: BTreeMap<String, String>) -> GateSpotWs
  8. // {
  9. // return GateSpotWs::new_label("default-GateSpotWs".to_string(), _is_colo, _login_param);
  10. // }
  11. // pub fn new_label(_label: String, _is_colo: bool, _login_param: BTreeMap<String, String>) -> GateSpotWs
  12. // {
  13. // GateSpotWs {}
  14. // }
  15. // }