Documentation ¶
Index ¶
- type Notify
- func (m *Notify) Output(id types.CheckID) string
- func (m *Notify) OutputMap() string
- func (m *Notify) State(id types.CheckID) string
- func (m *Notify) StateMap() string
- func (m *Notify) UpdateCheck(id types.CheckID, status, output string)
- func (m *Notify) Updates(id types.CheckID) int
- func (m *Notify) UpdatesMap() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notify ¶
type Notify struct { // A guard to protect an access to the internal attributes // of the notification mock in order to prevent panics // raised by the race conditions detector. sync.RWMutex // contains filtered or unexported fields }
func NewNotifyChan ¶ added in v0.9.0
func (*Notify) UpdatesMap ¶
Click to show internal directories.
Click to hide internal directories.