TelemetryFlow Go SDK v1.1.2
Included Generators
| Generator | Description |
|---|---|
telemetryflow-gen |
SDK code generator for TelemetryFlow integration |
telemetryflow-restapi |
DDD + CQRS RESTful API generator with Echo |
Downloads
| Platform | Architecture | Package |
|---|---|---|
| Linux | amd64 | RPM, DEB, tar.gz |
| Linux | arm64 | RPM, DEB, tar.gz |
| Windows | amd64 | ZIP (with installer) |
| macOS | Intel (amd64) | DMG, tar.gz |
| macOS | Apple Silicon (arm64) | DMG, tar.gz |
Installation
Linux (DEB):
sudo dpkg -i telemetryflow-sdk_1.1.2_amd64.debLinux (RPM):
sudo rpm -i telemetryflow-sdk-1.1.2-1.x86_64.rpmmacOS:
- Open the DMG file
- Run
./install.shin Terminal
Windows (PowerShell as Administrator):
- Extract the ZIP file
- Run
.\install.ps1
Usage
Generate SDK integration:
telemetryflow-gen init --project myapp --service my-serviceGenerate RESTful API project:
telemetryflow-restapi new --name my-api --module github.com/example/my-apiVerification
Verify downloads using SHA256 checksums in checksums-sha256.txt.
📚 Documentation | 🐛 Report Issues
Full Changelog: v1.1.1...v1.1.2