RegisterConnectorPlugin
Registers a connector plugin with the plugin machinery. This function also registers ResourceMetaWrapper and ResourceWrapper types with the gob package for serialization.
def RegisterConnectorPlugin(
connectorService: *ConnectorService
)
Registers a new connector plugin with the system. This function initializes the necessary components for the plugin to operate and makes it available for use.
Parameters
| Name | Type | Description |
|---|---|---|
| connectorService | *ConnectorService | The connector service instance that the plugin will interact with and be registered under. |