ConfigPatchMirrorSource is a config patch that includes changes that shall be applied to the MirrorSourceConnector and MirrorCheckpointConnector.
| 20 | // ConfigPatchMirrorSource is a config patch that includes changes that shall be applied to the |
| 21 | // MirrorSourceConnector and MirrorCheckpointConnector. |
| 22 | type ConfigPatchMirrorSource struct { |
| 23 | ConfigurationKeySelector IncludeExcludeSelector |
| 24 | ConnectorClassSelector IncludeExcludeSelector |
| 25 | } |
| 26 | |
| 27 | var _ ConfigPatch = (*ConfigPatchMirrorSource)(nil) |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected