-
Notifications
You must be signed in to change notification settings - Fork 19
refactor: define new backend environment - WPB-12065 #3081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 70e49b3. ♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 276 Passed, 0 Skipped, 3s Total Time |
|
||
/// Create a new `BackendEnvironment`. | ||
/// | ||
/// - Parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: are url
and webSocketURL
intentionally skipped in the documentation?
Issue
In preparation for multi-backend support, this PR adds a new
BackendEnvironment2
(name will change later) data structure intended to hold information about the backend endpoints and metadata. It will replace the existingBackendEnvironment
which will be removed at a later stage.Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: