Skip to main content

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

NameTypeDescription
connectorService*ConnectorServiceThe connector service instance that the plugin will interact with and be registered under.