(c echo.Context)
| 235 | } |
| 236 | |
| 237 | func (srv *Server) WebOpenapiYaml(c echo.Context) error { |
| 238 | return c.Blob(http.StatusOK, "text/yaml", apiOpenapiYaml) |
| 239 | } |
| 240 | |
| 241 | func (srv *Server) WebRedoc(c echo.Context) error { |
| 242 | data := pongo2.Context{} |
nothing calls this directly
no outgoing calls
no test coverage detected