Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct {
Level string `json:"level"`
Time int64 `json:"time"`
Message string `json:"message"`
Source string `json:"source"`
Reason string `json:"reason"`
TransactionId string `json:"deploymentId"`
}
func Error ¶
func Error(opts Opts) Notification
func Info ¶
func Info(opts Opts) Notification
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func (*Notifier) Send ¶
func (n *Notifier) Send(evt Notification) error
Click to show internal directories.
Click to hide internal directories.