Skip to main content

register_mock_source

Function register_mock_source 

Source
pub fn register_mock_source(
    registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>
Expand description

Registers a mock source connector with the registry.

ยงErrors

Returns an error when the mock source name is already registered.