Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Remove unimplemented server stubs#13

Merged
mromaszewicz merged 2 commits intomainfrom
remove-unimplemented-server-stubs
Feb 12, 2026
Merged

Remove unimplemented server stubs#13
mromaszewicz merged 2 commits intomainfrom
remove-unimplemented-server-stubs

Conversation

@mromaszewicz
Copy link
Copy Markdown
Member

No description provided.

mromaszewicz and others added 2 commits February 11, 2026 16:19
The codegen was emitting an `Unimplemented` struct with stub methods
(returning StatusNotImplemented) into every generated server file. This
adds noise to generated output and is better left to consumers to
implement if desired. Remove it from all 7 framework interface templates
(chi, echo, echo-v4, gin, fiber, gorilla, iris) and regenerate examples.

The stdhttp template already did not include this stub.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mromaszewicz mromaszewicz merged commit 05649ba into main Feb 12, 2026
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant