go/pkg/sdk
Snider 3d241e2a41 feat(sdk): add Go generator
Implements Go SDK generator with two-level fallback:
1. Native oapi-codegen if installed (generates types and client)
2. Docker openapitools/openapi-generator-cli as fallback

Native generation also creates a minimal go.mod file.
Includes tests following _Good convention for Available and Generate.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 01:16:01 +00:00
..
generators feat(sdk): add Go generator 2026-01-29 01:16:01 +00:00
detect.go feat(sdk): add OpenAPI spec detection 2026-01-29 01:11:15 +00:00
detect_test.go feat(sdk): add OpenAPI spec detection 2026-01-29 01:11:15 +00:00
go.mod feat(sdk): add SDK package structure with types 2026-01-29 01:07:19 +00:00
sdk.go feat(sdk): add SDK package structure with types 2026-01-29 01:07:19 +00:00