|
- package svc
-
- import (
- "code.fnuoos.com/go_rely_warehouse/zyos_go_es.git/es"
- "testing"
- )
-
- func TestEggEnergyUserEggScoreAutoCreateEsIndex(t *testing.T) {
- es.Init("http://120.55.48.175:9200", "elastic", "fnuo123")
- EggEnergyUserEggScoreAutoCreateEsIndex()
- //fmt.Printf("esIndex ==> %+v \n\n", index)
- }
|