Close #18: Support monitoring TCP services

This commit is contained in:
TwinProduction
2020-10-04 19:49:02 -04:00
parent 6a3f65db7f
commit 3ecfe4d322
7 changed files with 155 additions and 27 deletions

View File

@ -1,6 +1,8 @@
package client
import "testing"
import (
"testing"
)
func TestGetHttpClient(t *testing.T) {
if secureHttpClient != nil {