| 35 | var apiOpenapiYaml []byte |
| 36 | |
| 37 | type Server struct { |
| 38 | echo *echo.Echo |
| 39 | httpd *http.Server |
| 40 | client *http.Client |
| 41 | plcHost string |
| 42 | } |
| 43 | |
| 44 | func serve(cctx *cli.Context) error { |
| 45 | debug := cctx.Bool("debug") |
nothing calls this directly
no outgoing calls
no test coverage detected