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.
|
package main
|
|
|
|
import (
|
|
batchmodule "batchmodule/icsbatch"
|
|
// stt "batchmodule/icsstt"
|
|
)
|
|
|
|
func main() {
|
|
|
|
batchmodule.BatchForFailedSTT()
|
|
// batchmodule.BatchForPostRequestForDataListTest()
|
|
|
|
// 배치 없이 http, ws, stt 바로 호출
|
|
//stt.ProcessPostRequestForDataList()
|
|
|
|
}
|