Page MenuHomePhabricator

[gRPC_Clients] Add tunnelbroker client
ClosedPublic

Authored by jon on Aug 21 2023, 6:57 AM.
Tags
None
Referenced Files
F3341671: D8890.diff
Thu, Nov 21, 11:23 PM
Unknown Object (File)
Tue, Oct 29, 3:53 PM
Unknown Object (File)
Mon, Oct 28, 11:27 PM
Unknown Object (File)
Sun, Oct 27, 3:19 AM
Unknown Object (File)
Sun, Oct 27, 3:19 AM
Unknown Object (File)
Sun, Oct 27, 3:19 AM
Unknown Object (File)
Sun, Oct 27, 3:19 AM
Unknown Object (File)
Sun, Oct 27, 3:17 AM
Subscribers

Details

Summary

Add tunnelbroker client to grpc_clients crate.

Part of https://linear.app/comm/issue/ENG-4641

Depends on D8878

Test Plan
cd shared/grpc_clients
cargo build

This will be used in a later diff to test correctness

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek added inline comments.
shared/grpc_clients/src/lib.rs
31 ↗(On Diff #30143)

It's no longer identity-specific

This revision is now accepted and ready to land.Aug 22 2023, 12:30 AM

Make less specific than just identity service

jon added inline comments.
shared/grpc_clients/src/lib.rs
31 ↗(On Diff #30143)

Thanks

This revision was automatically updated to reflect the committed changes.
jon marked an inline comment as done.