Registry / http-client / belogik-goes

belogik-goes

JSON →
library0.0.0-20151229125003-e54d722c3affgogounverified

Package goes provides an API to access Elasticsearch.

go get github.com/belogik/goes
INSTALL
IMPORT
SIG · BELOGIK-GOES
B
belogik-goes
http-clientgov0.0.0-20151229125003-e54d722c3aff
harness data pending
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.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
belogik-goes — go get belogik-goes · libregistry