feat(proto): add separate client/user-agent gRPC services

This commit is contained in:
hdbg
2026-02-10 19:01:09 +01:00
parent 5b27c78bfc
commit 8dd0276185
21 changed files with 1073 additions and 94 deletions

View File

@@ -1,5 +1,5 @@
mod db;
#[tokio::main]
pub async fn main() {
}
pub struct Server {
pub db: db::Database,
}