Documentation
¶
Overview ¶
Package notification includes notification related manipulations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notification ¶
type Notification struct {
Type string `json:"type"`
Severity string `json:"severity"`
Message string `json:"message"`
// contains filtered or unexported fields
}
Notification represents a notification.
Click to show internal directories.
Click to hide internal directories.