You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
351 B
Go
11 lines
351 B
Go
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", "", "", "", "", "")
|
|
}
|