//
pkg.gl
Category
github.com/apache/incubator-trafficcontrol
lib
go-nagios
package
7.0.1+incompatible
Repository:
https://github.com/apache/incubator-trafficcontrol.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
3
Dependents
0
Files
18 SLOC
#
Functions
Exit
Exit causes the current running program to exit by calling os.Exit with the given Status as an exit code.
#
Constants
Critical
These are the different values allowed for a Status.
Ok
These are the different values allowed for a Status.
Warning
These are the different values allowed for a Status.
#
Type aliases
Status
A Status is an exit code that can be passed to Exit.