Спасибо. А что если первый будет приходить в виде массива ?
тоесть в json будет выглядеть так:
{
"id":"1234",
"target":"4321",
"A":[
{"1":"a","2":"b"},
{"3":"c","4":"d"}
]}
for i := 0; i <interval; i++{
timer := time.NewTimer(time.Second * 3)
select {
case <- reSend()
case <-timer.C:
if i != 3 {
i++
println(i)
reSend(url, data)
}
return errors.New("Заглушка")
}
}
emit dataChanged(indexAt, indexTo)