Documentation
¶
Overview ¶
Package notify carries reconcile events to whoever is listening.
This seam is additive where the others replace, and the asymmetry is deliberate. A Business Edition notifier posting to Slack must not remove the log notifier — and, the case that actually forces it, the HTTP API's event stream is itself a notifier. If registering replaced, loading the companion would silently kill the UI's live updates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
Application string
Type EventType
Revision string // the resolved commit, where one applies
Message string
At time.Time
}
Event is one thing that happened to one application.
Click to show internal directories.
Click to hide internal directories.