# Functions
No description provided by the author
RandomRune returns a random name with a predefined length of 12.
RandomRuneWithLen returns a random name of specified length.
RandomRuneWithPrefix returns a random name string with fixed prefix.
WaitUntil evaluates the condition every 10 milliseconds and waits for the condition to be met.
# Variables
Populated from ldflags in Makefile.
# Structs
No description provided by the author
# Type aliases
ConditionFunc is the function implementing the condition, it must return true if the condition has been met.