//
pkg.gl
Category
github.com/apache/trafficcontrol/v8
lib
go-nagios
package
8.0.2
Repository:
https://github.com/apache/trafficcontrol.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
3
Dependents
4
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.