haStatus returns the current HA status from the engine.
()
| 169 | |
| 170 | // haStatus returns the current HA status from the engine. |
| 171 | func (e *Engine) haStatus() seesaw.HAStatus { |
| 172 | e.haManager.statusLock.RLock() |
| 173 | defer e.haManager.statusLock.RUnlock() |
| 174 | return e.haManager.status |
| 175 | } |
| 176 | |
| 177 | // queueOverride queues an Override for processing. |
| 178 | func (e *Engine) queueOverride(o seesaw.Override) { |
no outgoing calls
no test coverage detected