package
0.12.0
Repository: https://github.com/scionproto/scion.git
Documentation: pkg.go.dev

# Functions

AttemptRepeatedly runs attempt until it returns true (succeeded => stop) or more than Attempts were executed.
Done informs the integration test that a test binary has finished.
InitTracer initializes the global tracer and returns a closer function.
LogFatal logs a critical error and exits with 1.
RepeatUntilFail runs doit() until it returns true (failed -> stop) or more than Attempts were executed.
No description provided by the author
No description provided by the author

# Constants

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

# Type aliases

AttemptFunc attempts a request repeatedly, receives the attempt number.