feat: add plugin
- add plugin system that request may included to run before do actual request by type. Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
d048dc2437
commit
d7f5e12d51
9 changed files with 1492 additions and 15 deletions
|
|
@ -25,3 +25,6 @@ tokio = { version = "1.49.0", features = ["full"] }
|
|||
tokio-cron-scheduler = "0.15.1"
|
||||
tokio-stream = "0.1.18"
|
||||
uuid = { version = "1.20.0", features = ["v4"] }
|
||||
wasmtime = { version = "44.0.1", features = ["async"] }
|
||||
wasmtime-wasi = "44.0.1"
|
||||
wasmtime-wasi-http = "44.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue