package
0.0.0-20240714224212-b7b0f3b0c0f3
Repository: https://github.com/fluffle/sp0rkle.git
Documentation: pkg.go.dev
# Constants
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
RSEP is the ascii record separator non-printable character.
TRUE and FALSE are used in constructing keys from booleans.
USEP is the ascii unit separator non-printable character.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Both implements Collection by writing to both and comparing reads.
No description provided by the author
Integer key element.
ObjectId key element, because aaargh of course casting it to a string fucks it up, even though bson.ObjectId is just a string type.
No description provided by the author
String key element.
Boolean key element.
# 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
A value that is stored directly at K{{"_id", ObjectId}} in the _vals bucket, with pointers for each Key in _idxs.
No description provided by the author
A value that is stored directly at Key in BoltDB.
No description provided by the author