package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

New creates a new TxLimiter.

# Structs

Impl limits the total number of transactions a single user may use concurrently.
TxAllowAll is a TxLimiter that allows all Get requests and does no tracking.

# Interfaces

TxLimiter is the transaction limiter interface.