Module connectorx::sources::dummy

source ·
Expand description

A dummy source that generates different values based on an internal counter. This source is for test purpose.

Structs§

Enums§

  • This is a dummy type system used in this library. For all the sources, their output values must be one of the types defined by DummyTypeSystem. For all the destinations, they must support writing any value whose type is defined by DummyTypeSystem.