remove unused

This commit is contained in:
Alexander Zobnin
2020-06-04 11:50:54 +03:00
parent 7990613e2c
commit 9713e7d780

View File

@@ -30,6 +30,8 @@ type ZabbixAPI struct {
auth string auth string
} }
type ZabbixAPIParams = map[string]interface{}
func newHttpClient() *http.Client { func newHttpClient() *http.Client {
return &http.Client{ return &http.Client{
Transport: &http.Transport{ Transport: &http.Transport{