Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai committed Oct 18, 2023
1 parent 01743db commit c34c7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/src/dto/query_dto.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::dto::base_dto::{TargetRefDTO};
use crate::dto::base_dto::TargetRefDTO;
#[cfg(feature = "k8s")]
use crate::dto::ToFields;

Expand Down
4 changes: 2 additions & 2 deletions kernel/src/config/config_by_k8s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ use tardis::{

use crate::{do_startup, functions::http_route, shutdown};

use crate::constants::{BANCKEND_KIND_EXTERNAL_HTTP, BANCKEND_KIND_EXTERNAL_HTTPS};
use crate::constants::{BANCKEND_KIND_EXTERNAL, BANCKEND_KIND_EXTERNAL_HTTP, BANCKEND_KIND_EXTERNAL_HTTPS};
use crate::helpers::k8s_helper;
use crate::plugins::filters::header_modifier::SgFilterHeaderModifierKind;
use kernel_dto::constants::GATEWAY_CLASS_NAME;
use kernel_dto::dto::plugin_filter_dto::{SgHttpPathModifier, SgHttpPathModifierType};
use kernel_dto::dto::plugin_filter_dto::SgHttpPathModifierType;
use kernel_dto::dto::{
gateway_dto::{SgGateway, SgListener, SgParameters, SgProtocol, SgTlsConfig, SgTlsMode},
http_route_dto::{
Expand Down

0 comments on commit c34c7da

Please sign in to comment.