fmt: format

This commit is contained in:
GW_MC
2026-07-18 04:54:29 +00:00
parent 6f560c981b
commit 2c20d08127
20 changed files with 88 additions and 81 deletions

View File

@@ -1,9 +1,7 @@
use sea_orm::{ActiveModelTrait, ActiveValue::Set, DatabaseConnection, EntityTrait, prelude::*};
use uuid::Uuid;
use crate::service::proxy::types::{
ProxyServiceError, ProxyServiceResult, UpstreamConfig,
};
use crate::service::proxy::types::{ProxyServiceError, ProxyServiceResult, UpstreamConfig};
pub struct CreateUpstreamParams {
pub config_id: Uuid,