package
0.0.0-20220127160557-8b3bc450087d
Repository: https://github.com/estuary/protocols.git
Documentation: pkg.go.dev
# Packages
Package tuple provides a layer for encoding and decoding multi-element tuples into keys usable by FoundationDB.
# Functions
FirstGreaterOrEqual returns the KeySelector specifying the lexigraphically least key present in the database which is lexigraphically greater than or equal to the given key.
FirstGreaterThan returns the KeySelector specifying the lexigraphically least key present in the database which is lexigraphically strictly greater than the given key.
Returns the API version that has been selected through APIVersion or MustAPIVersion.
LastLessOrEqual returns the KeySelector specifying the lexigraphically greatest key present in the database which is lexigraphically less than or equal to the given key.
LastLessThan returns the KeySelector specifying the lexigraphically greatest key present in the database which is lexigraphically strictly less than the given key.
Printable returns a human readable version of a byte array.
# Structs
KeySelector represents a description of a key in a FoundationDB database.
# Interfaces
A KeyConvertible can be converted to a FoundationDB Key.
A Selectable can be converted to a FoundationDB KeySelector.
# Type aliases
Key represents a FoundationDB key, a lexicographically-ordered sequence of bytes.