mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
5 lines
92 B
Rust
5 lines
92 B
Rust
pub struct Rule {
|
|
pub is_enabled: bool,
|
|
pub request: String,
|
|
pub url: String,
|
|
}
|