# 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
# 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
# Type aliases
StoreProvider is a factory method for creation of stores.