New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/fortytw2/meili

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/fortytw2/meili

  • v0.0.0-20200324170801-acda9460e4aa
  • Source
  • Go
  • Socket score

Version published
Created
Source

meili CircleCI Documentation

meili is a go package for using MeiliSearch

It has no dependencies outside the go standard library and is designed to be lightweight and easy to use.

comparison to meilisearch-go
  • zero external dependencies
  • no 'builder' pattern-ish API.
  • cleaner API through use of functional options instead of configuration structs
  • use of json.RawMessage for user supplied documents instead of reflection/automatic JSON encoding
    • this means no Hits []interface{} where the interface is unable to be your actual struct
    • you can also use your own higher-performance json encoding library without issue.

FAQs

Package last updated on 24 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc