()
| 27 | } |
| 28 | |
| 29 | public async init(): Promise<void> { |
| 30 | await this.loadConfig() |
| 31 | if (this.config.enabled) { |
| 32 | this.start() |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | public async loadConfig(): Promise<HttpServerConfig> { |
| 37 | try { |
nothing calls this directly
no test coverage detected