# Functions
Exit Use this function to do a clean exit.
ExitOnPanic This function can be called, when panic is caught.
GetObserver Gets the singleton instance.
# Interfaces
Observer Interface of the singleton.
# Type aliases
ObserverFunc Function signature for the function to execute.