Commit 4acf0ca
authored
feat(sdk): DSPX-2754 add DynamicValueMapping service client wrapper (#3635)
### Proposed Changes
* Add the `sdkconnect` client wrapper for the new
`DynamicValueMappingService` and register it on the SDK.
* Bump `protocol/go` to **v0.34.0** (released from #3580), which carries
the `policy/dynamicvaluemapping` package.
This is the **sdk** step of the DSPX-2754 consumer split. Sequencing:
1. `protocol/go` protos + generated code (#3580) — merged, released as
v0.34.0.
2. **sdk** wrapper (this PR) — depends on protocol/go v0.34.0.
3. service consumer (#3568) — depends on this sdk release; will bump
`sdk` once it is released.
### Checklist
- [ ] I have added or updated unit tests
- [x] I have added or updated documentation (generated wrapper)
### Testing Instructions
- `cd sdk && GOWORK=off go build ./... && GOWORK=off GOFLAGS=-mod=mod go
mod tidy` (clean)
- `make connect-wrapper-generate` produces no diff
### Related
- Jira: https://virtru.atlassian.net/browse/DSPX-2754
- protocol PR: #3580 (merged) · consumer PR: #3568 (depends on this)
Signed-off-by: Krish Suchak <suchak.krish@gmail.com>1 parent fe7f787 commit 4acf0ca
5 files changed
Lines changed: 79 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments