Page MenuHomePhabricator

[services] Tunnelbroker - Expose config to the Rust
ClosedPublic

Authored by max on Nov 16 2022, 3:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 4:47 PM
Unknown Object (File)
Sun, Dec 8, 8:28 PM
Unknown Object (File)
Mon, Nov 25, 3:52 AM
Unknown Object (File)
Sun, Nov 24, 11:52 AM
Unknown Object (File)
Nov 4 2024, 8:18 AM
Unknown Object (File)
Oct 25 2024, 5:18 PM
Unknown Object (File)
Oct 25 2024, 5:18 PM
Unknown Object (File)
Oct 25 2024, 5:17 PM

Details

Summary

In this diff, we are exposing a function to get the parameter from the config file from the C++ codebase to the Rust codebase as a getConfigParameter function.
This function will be used in the Rust codebase diff D5641 and forward.

Linear task: ENG-1893

Test Plan
  1. Service is successfully built.
  2. The diff D5641 where the function is used the service is successfully built.

Diff Detail

Repository
rCOMM Comm
Branch
expose-config-to-rust
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max edited the test plan for this revision. (Show Details)
max added a reviewer: tomek.
max edited the summary of this revision. (Show Details)
max edited reviewers, added: varun; removed: tomek. max added 1 blocking reviewer(s): jon.
max published this revision for review.Nov 16 2022, 4:44 AM

okay with this as a transition away from C++

This revision is now accepted and ready to land.Nov 16 2022, 2:56 PM