Page MenuHomePhabricator

[grpc_clients] Add platform details metadata
ClosedPublic

Authored by bartek on Jun 3 2024, 5:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 11, 2:27 AM
Unknown Object (File)
Thu, Jul 11, 2:27 AM
Unknown Object (File)
Thu, Jul 11, 2:26 AM
Unknown Object (File)
Thu, Jul 11, 2:24 AM
Unknown Object (File)
Sun, Jul 7, 12:43 PM
Unknown Object (File)
Jun 25 2024, 10:28 PM
Unknown Object (File)
Jun 25 2024, 4:51 PM
Unknown Object (File)
Jun 19 2024, 3:41 PM
Subscribers

Details

Summary

Updated ClientVersionLayer to pass additional metadata params

Depends on D12275

Test Plan

Tested together with next diffs

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jun 3 2024, 6:01 AM
shared/grpc_clients/src/identity/shared.rs
7

Isn't it possible to use already defined PlatformDetails here?

shared/grpc_clients/src/identity/shared.rs
7

It is, but wanted to keep both types separate because CodeVersionLayer is also used as a type in gRPC configs and in the future it might be changed separately to PlatformMetadata

This revision is now accepted and ready to land.Jun 6 2024, 2:08 AM