Go Code
Last updated
Was this helpful?
Last updated
Was this helpful?
All the Impulse connectors, APIs and helper code was written in , eventually Impulse will start providing support for other languages.
The main go modules provided by Impulse to help developers and needed to created Connectors are:
: Module with common structures use across all the connector areas.
: Module with the Adapter Read interface, common Adapter Read structures and helper code to build and execute the Adapter Read binary.
: Module with the Transformer In interface, common Transformer In structures and helper code to build and execute the Transformer In binary.
: Module with the Transformer Out interface, common Transformer Out structures and helper code to build and execute the Transformer Out binary.
: Module with the Adapter Write interface, common Adapter Write structures and helper code to build and execute the Adapter Write binary.