Documentation ¶
Overview ¶
/usr/bin/true; exec /usr/bin/env go run "$0" "$@"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NormalAlerter ¶
type NormalAlerter struct {
// contains filtered or unexported fields
}
func CreateNormalAlerter ¶
func CreateNormalAlerter(initialStatus Status) *NormalAlerter
func (*NormalAlerter) Alerted ¶
func (a *NormalAlerter) Alerted(status Status)
func (NormalAlerter) ShouldAlert ¶
type Status ¶
type Status struct {
// contains filtered or unexported fields
}
func (Status) MarshalLogObject ¶
func (s Status) MarshalLogObject(enc zapcore.ObjectEncoder) error
Click to show internal directories.
Click to hide internal directories.