Page MenuHomePhabricator

[gRPC_Clients] Add tunnelbroker client
ClosedPublic

Authored by jon on Aug 21 2023, 6:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 4:13 PM
Unknown Object (File)
Tue, Apr 16, 7:50 AM
Unknown Object (File)
Mon, Apr 15, 3:54 PM
Unknown Object (File)
Mon, Apr 15, 1:05 AM
Unknown Object (File)
Mon, Apr 15, 1:05 AM
Unknown Object (File)
Sat, Apr 13, 3:54 PM
Unknown Object (File)
Fri, Apr 12, 8:49 PM
Unknown Object (File)
Fri, Apr 12, 4:14 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.