package
1.0.0
Repository: https://github.com/pingcap/tipocket.git
Documentation: pkg.go.dev

# Functions

BuildClientLoopThrottle receives a duration and build a ClientLoopFunc that sends a request every `duration` time.
OnClientLoop sends client requests in a loop, client applies a proc id as it's identifier and if the response is some kinds of `Unknown` type, it will change a proc id on the next loop.
ParseNemesisGenerators parses NemesisGenerator from string literal.

# Structs

Suit is a basic chaos testing suit with configurations to run chaos.

# Type aliases

ClientLoopFunc defines ClientLoop func.