generate_go_handlers
Generate Go HTTP handler boilerplate with middleware and routing. Specify endpoints and framework (stdlib, chi, gin, echo, fiber) to scaffold ready-to-use handlers.
Instructions
Generate HTTP handler boilerplate with middleware and routing (Pro feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| endpoints | No | Endpoint paths to generate | |
| framework | No | HTTP framework to use |