Go Code

All the Impulse connectors, APIs and helper code was written in goarrow-up-right, 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:

go-connectorarrow-up-right: Module with common structures use across all the connector areas.

go-adapter-readarrow-up-right: Module with the Adapter Read interface, common Adapter Read structures and helper code to build and execute the Adapter Read binary.

go-transformer-inarrow-up-right: Module with the Transformer In interface, common Transformer In structures and helper code to build and execute the Transformer In binary.

go-transformer-outarrow-up-right: Module with the Transformer Out interface, common Transformer Out structures and helper code to build and execute the Transformer Out binary.

go-adapter-writearrow-up-right: Module with the Adapter Write interface, common Adapter Write structures and helper code to build and execute the Adapter Write binary.

Last updated

Was this helpful?