package
19.2.12+incompatible
Repository: https://github.com/rail/test-cockroach2.git
Documentation: pkg.go.dev

# Functions

FromEndTxn creates a Result communicating that a transaction was completed and its intents should be resolved.
FromIntents creates a Result communicating that the intents were encountered by the given request and should be handled.

# Structs

EndTxnIntents contains a finished transaction and a bool (Always), which indicates whether the intents should be resolved whether or not the command succeeds through Raft.
IntentsWithArg contains a request and the intents it discovered.
LocalResult is data belonging to an evaluated command that is only used on the node on which the command was proposed.
Metrics tracks various counters related to command applications and their outcomes.
Result is the result of evaluating a KV request.