(&self)
| 57 | } |
| 58 | |
| 59 | pub fn is_ready(&self) -> bool { |
| 60 | self.monitor_list |
| 61 | && self.notification_list |
| 62 | && self.maintenance_list |
| 63 | && self.status_page_list |
| 64 | && self.docker_host_list |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | struct Worker { |
no outgoing calls
no test coverage detected