frpc: support health check

This commit is contained in:
fatedier
2018-07-16 01:21:29 +08:00
parent cc6486addb
commit 698219b621
4 changed files with 122 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ const (
ProxyStatusWaitStart = "wait start"
ProxyStatusRunning = "running"
ProxyStatusCheckFailed = "check failed"
ProxyStatusCheckSuccess = "check success"
ProxyStatusClosed = "closed"
)