-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add example connector to service/internal/testcomponents #6762
Add example connector to service/internal/testcomponents #6762
Conversation
Codecov ReportBase: 89.64% // Head: 89.34% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6762 +/- ##
==========================================
- Coverage 89.64% 89.34% -0.30%
==========================================
Files 246 247 +1
Lines 14302 14356 +54
==========================================
+ Hits 12821 12827 +6
- Misses 1231 1279 +48
Partials 250 250
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/skipchangelog |
This is ready for review |
|
||
// ExampleConnectorConfig config for ExampleConnector. | ||
type ExampleConnectorConfig struct { | ||
config.ConnectorSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct |
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.
No need for this, see #6718
1b9ee58
to
0bfb923
Compare
No description provided.