cli/pkg/sdk/generators
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
..
generator.go feat(sdk): add Generator interface and Registry 2026-01-29 01:13:11 +00:00
go.go feat(sdk): add Go generator 2026-01-29 01:16:01 +00:00
go_test.go feat(sdk): add Go generator 2026-01-29 01:16:01 +00:00
python.go feat(sdk): add Python generator 2026-01-29 01:15:57 +00:00
python_test.go feat(sdk): add Python generator 2026-01-29 01:15:57 +00:00
typescript.go feat(sdk): add TypeScript generator 2026-01-29 01:15:47 +00:00
typescript_test.go feat(sdk): add TypeScript generator 2026-01-29 01:15:47 +00:00