feat(proxy): invoke functions logic(#22)

* fix:move trait IAMHandler to types/

* feat:enable to resolve request and to set proxy for request
This commit is contained in:
DoL
2025-04-03 14:22:32 +08:00
committed by GitHub
parent 1830e40326
commit 2f9f6c4ca9
12 changed files with 240 additions and 44 deletions

View File

@ -29,4 +29,5 @@ cni = { path = "../cni" }
async-trait = "0.1"
lazy_static = "1.4.0"
log = "0.4"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
url = "2.4"