package
0.4.37
Repository: https://github.com/onflow/rosetta.git
Documentation: pkg.go.dev

# Functions

Exit runs the registered exit handlers, as if the os.Interrupt signal had been sent, and then terminates the process with the given status code.
SetExitHandler registers the given handler function to run when receiving os.Interrupt or SIGTERM signals.
SetSignalHandler registers the given handler function to run when receiving the specified signal.