---
panlei
2019-07-02 c5f09e8370cb2b52a86e3fe8df9c6ff5c01b2b80
1
2
3
4
5
6
7
package insertdata
 
import "testing"
 
func TestInsertToEs(t *testing.T){
    InsertToEs()
}