refactor: make internals easier to test and add unit tests #2
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// Package plugin implements a helper that can be used to implement a Nagios,
|
||||
// Centreon, Icinga... service monitoring plugin.
|
||||
package plugin // import nocternity.net/gomonop/pkg/perfdata
|
||||
package plugin // import nocternity.net/gomonop/pkg/plugin
|
||||
|
||||
import (
|
||||
"container/list"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package plugin // import nocternity.net/gomonop/pkg/perfdata
|
||||
package plugin // import nocternity.net/gomonop/pkg/plugin
|
||||
|
||||
// Status represents the return status of the monitoring plugin. The
|
||||
// corresponding integer value will be used as the program's exit code,
|
||||
|
|
Loading…
Reference in a new issue