蛋蛋星球-客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

13 行
305 B

  1. package svc
  2. import (
  3. "code.fnuoos.com/go_rely_warehouse/zyos_go_es.git/es"
  4. "testing"
  5. )
  6. func TestEggEnergyUserEggScoreAutoCreateEsIndex(t *testing.T) {
  7. es.Init("http://120.55.48.175:9200", "elastic", "fnuo123")
  8. EggEnergyUserEggScoreAutoCreateEsIndex()
  9. //fmt.Printf("esIndex ==> %+v \n\n", index)
  10. }