()
| 9 | } |
| 10 | |
| 11 | export const defaultReverseState = (): ReverseState => ({ |
| 12 | active: false, |
| 13 | protocol: ReverseProxyProtocols.HTTPS, |
| 14 | destination: "", |
| 15 | ui_id: Math.random(), |
| 16 | }); |
| 17 | |
| 18 | export const getSpec = (state: ReverseState): string => { |
| 19 | return includeListenAddress( |
no outgoing calls
no test coverage detected
searching dependent graphs…