Go
Go SDK
Go-focused SDK guidance for teams already building ServiceRadar integrations in Go.
Use serviceradar-sdk-go when you want the shortest path from plugin idea to a compiled WASM artifact.
Repository: https://code.carverauto.dev/carverauto/serviceradar-sdk-go
- Scaffold the plugin with the official Go SDK.
- Compile to WASM and package release artifacts for distribution.
- Document installation and runtime requirements for operators.