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, 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
Unknown Object (File)
Tue, Jun 4, 8:08 PM
Unknown Object (File)
Mon, Jun 3, 8:34 AM
Unknown Object (File)
May 26 2024, 6:19 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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