Handler creates http.Handler with routing matching OpenAPI spec.
(si ServerInterface)
| 598 | |
| 599 | // Handler creates http.Handler with routing matching OpenAPI spec. |
| 600 | func Handler(si ServerInterface) http.Handler { |
| 601 | return HandlerWithOptions(si, ChiServerOptions{}) |
| 602 | } |
| 603 | |
| 604 | type ChiServerOptions struct { |
| 605 | BaseURL string |
searching dependent graphs…