Go Code

All the Impulse connectors, APIs and helper code was written in go, 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-connector: Module with common structures use across all the connector areas.

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

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

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

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

Last updated