PostgreSQL loadable plugin
Source
14
14
** See the License for the specific language governing permissions and
15
15
** limitations under the License.
16
16
**/
17
17
18
18
package plugin
19
19
20
20
import (
21
21
"strings"
22
22
"testing"
23
23
24
-
"git.zabbix.com/ap/plugin-support/tlsconfig"
24
+
"golang.zabbix.com/sdk/tlsconfig"
25
25
)
26
26
27
27
func Test_createDNS(t *testing.T) {
28
28
type args struct {
29
29
host string
30
30
port string
31
31
dbname string
32
32
user string
33
33
password string
34
34
mode string