feat(server::user-agent): Unseal implemented

This commit is contained in:
hdbg
2026-02-16 21:07:09 +01:00
parent dd716da4cd
commit eb9cbc88e9
5 changed files with 96 additions and 51 deletions

View File

@@ -6,9 +6,6 @@ pub mod proto {
pub mod auth {
tonic::include_proto!("arbiter.auth");
}
pub mod unseal {
tonic::include_proto!("arbiter.unseal");
}
}
pub mod transport;