//
pkg.gl
Category
github.com/kick-project/kick
internal
resources
exit
package
1.1.0
Repository:
https://github.com/kick-project/kick.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
11
Files
52 SLOC
#
Functions
Exit
Exit exit function with exit code.
Mode
Mode sets the exit mode for the exit.Exit call.
#
Constants
MNone
MNone set the exit mode at default.
MPanic
MPanic set the exit mode to panic.
#
Variables
ExitMode
ExitMode is the current exit mode.
#
Structs
Handler
Handler exit handlinggo:generate ifacemaker -f exit.go -s Handler -p exit -i HandlerIface -o exit_interfaces.go -c "AUTO GENERATED.
#
Interfaces
HandlerIface
HandlerIface ...