package icsdblog import ( "testing" ) // 로그는 post 방식으로만 전송할거 같아서 post만 만들어놨음. func TestClient(t *testing.T) { DbLogInsert("PRJ0000001", "1234567890", "192.168.0.30", "8080", "TX123456789", "20210705104400.123456", "00001", "192.168.0.11", "8080", "20210705104401.123456", "Success", "", "", "", "", "") }