Categorygithub.com/snabble/go-jstore/v2
modulepackage
2.2.0
Repository: https://github.com/snabble/go-jstore.git
Documentation: pkg.go.dev

# README

go-jstore

Golang interface library for storage of json objects.

See the Testcode for an example.

Local testing

Running the tests requires a running elasticsearch.

sudo sysctl -w vm.max_map_count=262144
docker run --rm -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:6.0.1

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterProvider registers a factory method by the provider name.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

StoreProvider is a factory method for creation of stores.