mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-17 07:27:51 +00:00
Move config models to src
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use querystring;
|
||||
mod models;
|
||||
use crate::parser::config_models::*;
|
||||
use crate::config_models::*;
|
||||
use std::process::exit;
|
||||
|
||||
pub fn create_outbound_object(data: models::VlessData) -> Outbound {
|
||||
|
||||
Reference in New Issue
Block a user