Categorygithub.com/kanda-co/ksstore
modulepackage
0.1.4
Repository: https://github.com/kanda-co/ksstore.git
Documentation: pkg.go.dev

# README

ksstore

Summary

This package is a thin layer of abstraction over datastore CRUD and query ops. The default client is implemented with Google's FireStore.

# Functions

Bind will decode and bind data from in to dst.
FromError converts grpc status error to ksstore error.
GetDefaultClient return default implemented Storer.

# Variables

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

# Structs

FStore implementation with Storer of Firestore.
Term type definition.

# Interfaces

Storer data manager interface.