package
0.0.0-20241114214132-0847a2250da8
Repository: https://github.com/macformula/hil.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DoNothingState does nothing.
No description provided by the author
RunErrorState returns an error when Run is called.
RunFatalErrorState returns an error when Run is called and when FatalError is called.
RunForeverState hangs until the context deadline expires in the Run function.
SetupErrorState returns an error when Run is called.
SetupFatalErrorState returns an error when Setup is called and when FatalError is called.
SetupForeverState hangs forever until the context deadline expires in the Setup function.
No description provided by the author
No description provided by the author
SleepState sleeps in the Run function for a specified amount of time.