Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
goes
✓ github.com/belogik/goes
Connects to Elasticsearch and performs a search.
package main
import (
"fmt"
"github.com/belogik/goes"
)
func main() {
conn := goes.NewConnection("http://localhost:9200")
res, err := conn.Search("index", nil, nil)
if err != nil {
panic(err)
}
fmt.Printf("Search results: %+v\n", res)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20151229125003-e54d722c3afflatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.