Registry /
http-client / meilisearch-meilisearch-go
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.
meilisearch
✓ github.com/meilisearch/meilisearch-go
Creates a Meilisearch client and checks the server health.
package main
import (
"fmt"
"github.com/meilisearch/meilisearch-go"
)
func main() {
client := meilisearch.NewClient(meilisearch.ClientConfig{
Host: "http://localhost:7700",
})
resp, _ := client.Health()
fmt.Println(resp.Status)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.36.3latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.