Versions in this module Expand all Collapse all v1 v1.2.0 Apr 9, 2020 Changes in this version + const Critical + const OK + const Unknown + const Warning + func CatchPanic() + func Exit(rc int, output string, args ...interface{}) + func ExitError(err error) + type Overall struct + Criticals int + OKs int + Outputs []string + Summary string + Unknowns int + Warnings int + func (o *Overall) Add(status int, output string) + func (o *Overall) GetOutput() string + func (o *Overall) GetStatus() int + func (o *Overall) GetSummary() string