echo_get_recipe
Retrieve a specific Echo framework recipe with full working Go code, gotchas, and related recipes for tasks like CRUD API, WebSocket, or JWT auth.
Instructions
Get a specific Echo framework recipe with full working Go code, gotchas, and related recipes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name (e.g., 'crud-api', 'websocket', 'sse', 'jwt-auth', 'graceful-shutdown') |