ConfigPatchCommon is a config patch that applies specific patches on a set of configurations that is common across several connectors (e.g. tasks.max).
| 28 | // ConfigPatchCommon is a config patch that applies specific patches on a set of configurations |
| 29 | // that is common across several connectors (e.g. tasks.max). |
| 30 | type ConfigPatchCommon struct { |
| 31 | ConfigurationKeySelector IncludeExcludeSelector |
| 32 | ConnectorClassSelector IncludeExcludeSelector |
| 33 | } |
| 34 | |
| 35 | var _ ConfigPatch = (*ConfigPatchAll)(nil) |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected