Commit 18ed8fe
authored
[chore] Use mdatagen for configopaque and configtelemetry (#15696)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Completes the mdatagen migration for the `config/` packages.
`configopaque` and `configtelemetry` were the only two left using a
hand-written `package_test.go` after #15639.
<!-- Issue number if applicable -->
#### Link to tracking issue
No dedicated tracking issue
this follows the same pattern established in #15632 and #15639. Happy to
open a tracking issue first if maintainers would prefer that.
<!--Describe what testing was performed and which tests were added.-->
#### Testing
`go test -count=1 ./...` passes for both `config/configopaque` and
`config/configtelemetry`.
<!--Authorship attestation. See AGENTS.md for details. AI agents must
not check this box on behalf
of the user; the human author must check it themselves before the PR is
ready for review.-->
#### Authorship
- [x] I, a human, wrote this pull request description myself.
<!--Please delete paragraphs that you did not use before submitting.-->1 parent 0ffbf34 commit 18ed8fe
4 files changed
Lines changed: 6 additions & 4 deletions
File tree
- config
- configopaque
- configtelemetry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments