Documentation
¶
Overview ¶
Package clientv3util contains utility functions derived from clientv3.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyExists ¶
KeyExists returns a comparison operation that evaluates to true iff the given key exists. It does this by checking if the key `Version` is greater than 0. It is a useful guard in transaction delete operations.
func KeyMissing ¶
KeyMissing returns a comparison operation that evaluates to true iff the given key does not exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.