()
| 20 | } |
| 21 | |
| 22 | func NewAsyncCheckEngine() *AsyncCheckEngine { |
| 23 | return &AsyncCheckEngine{ |
| 24 | httpAPI: "http://api.ceye.io/v1/records?token=0920449a5ed8b9db7a287a66a6632498&type=http", |
| 25 | lastRecordId: "0", |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | // |
| 30 | // Start |
no outgoing calls
no test coverage detected