feat: implement the FrontendInvoker (#3824)

* chore: add `common-frontend`

* feat: add `FrontendInvoker` trait

* feat: implement the `FrontendInvoker`
This commit is contained in:
Weny Xu
2024-04-28 19:11:34 +08:00
committed by GitHub
parent c0b909330a
commit 08263995f6
8 changed files with 162 additions and 0 deletions

16
Cargo.lock generated
View File

@@ -1758,6 +1758,21 @@ dependencies = [
"strum 0.25.0",
]
[[package]]
name = "common-frontend"
version = "0.7.2"
dependencies = [
"api",
"async-trait",
"common-base",
"common-error",
"common-macro",
"common-query",
"session",
"snafu",
"sql",
]
[[package]]
name = "common-function"
version = "0.7.2"
@@ -3555,6 +3570,7 @@ dependencies = [
"common-config",
"common-datasource",
"common-error",
"common-frontend",
"common-grpc",
"common-macro",
"common-meta",