HaProxy contains structure used by HAProxy implementation
| 14 | |
| 15 | // HaProxy contains structure used by HAProxy implementation |
| 16 | type HaProxy struct { |
| 17 | templatesPath string |
| 18 | configsPath string |
| 19 | configData configData |
| 20 | } |
| 21 | |
| 22 | // Instance is a singleton containing an instance of the proxy |
| 23 | var Instance proxy |
nothing calls this directly
no outgoing calls
no test coverage detected