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)
Thu, Jul 4, 12:15 AM
Unknown Object (File)
Wed, Jul 3, 7:13 PM
Unknown Object (File)
Wed, Jul 3, 7:04 PM
Unknown Object (File)
Mon, Jul 1, 1:16 AM
Unknown Object (File)
Sun, Jun 30, 5:46 PM
Unknown Object (File)
Tue, Jun 18, 6:44 AM
Unknown Object (File)
Mon, Jun 17, 5:14 AM
Unknown Object (File)
Mon, Jun 17, 5:13 AM

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