Page MenuHomePhabricator

[identity][grpc_clients] Move PlatformMetadata to grpc_clients crate
ClosedPublic

Authored by bartek on Jun 3 2024, 5:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 28, 3:13 AM
Unknown Object (File)
Wed, Jun 19, 8:15 PM
Unknown Object (File)
Wed, Jun 19, 9:07 AM
Unknown Object (File)
Fri, Jun 14, 10:12 PM
Unknown Object (File)
Fri, Jun 14, 8:24 AM
Unknown Object (File)
Fri, Jun 14, 6:49 AM
Unknown Object (File)
Mon, Jun 10, 10:02 PM
Unknown Object (File)
Mon, Jun 10, 4:17 PM
Subscribers

Details

Summary

Decided to make PlatformMetadata shared between Identity Service and all clients.
This lets us avoid some code duplication.

Also added some helpers that will be handy in the very next diffs

Depends on D12280, D12274

Test Plan

Identity and all clients compile.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jun 3 2024, 6:02 AM
shared/grpc_clients/src/identity/shared.rs
8 ↗(On Diff #40848)

Those two structures look exactly the same. What is the intention behind keeping them as separate definitions?

shared/grpc_clients/src/identity/shared.rs
8 ↗(On Diff #40848)
This revision is now accepted and ready to land.Thu, Jun 6, 2:08 AM