package es func Create() error { //_, err := client.Index(). // Index("students"). // BodyJson(string(dataJSON)). // Do(context.Background()) return nil } func Search() { //resp, err := client.Search() }