package
1.1.0
Repository: https://github.com/kick-project/kick.git
Documentation: pkg.go.dev

# Functions

Exit exit function with exit code.
Mode sets the exit mode for the exit.Exit call.

# Constants

MNone set the exit mode at default.
MPanic set the exit mode to panic.

# Variables

ExitMode is the current exit mode.

# Structs

Handler exit handlinggo:generate ifacemaker -f exit.go -s Handler -p exit -i HandlerIface -o exit_interfaces.go -c "AUTO GENERATED.

# Interfaces

HandlerIface ...