//
pkg.gl
Category
github.com/guacsec/guac
pkg
assembler
kv
package
0.10.0
Repository:
https://github.com/guacsec/guac.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
6
Files
24 SLOC
#
Packages
memmap
No description provided by the author
redis
No description provided by the author
tikv
No description provided by the author
#
Variables
BadPtrError
Error to return (wrap) on Get if Ptr is not a pointer, or not the right type.
NotFoundError
Error to return (wrap) on Get if value not found.
#
Interfaces
Scanner
Scanner is used to get all the keys for a collection.
Store
Store is an interface to define to serve as a keyvalue store.