chorus/src/gateway.rs

5 lines
57 B
Rust
Raw Normal View History

2023-04-16 23:03:24 +02:00
#[derive(Debug)]
2023-04-25 17:21:27 +02:00
pub struct Gateway {
url: String,
}