mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
feat: implement the FrontendInvoker (#3824)
* chore: add `common-frontend` * feat: add `FrontendInvoker` trait * feat: implement the `FrontendInvoker`
This commit is contained in:
16
Cargo.lock
generated
16
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user