CheckBox checkBox
| 18 | |
| 19 | //CheckBox checkBox |
| 20 | type CheckBox struct { |
| 21 | isNeedCheck bool |
| 22 | statusCodes map[string]bool |
| 23 | checker *Checker |
| 24 | } |
| 25 | |
| 26 | //Open open |
| 27 | func (c *CheckBox) Open(path string, statusCodes string, second int, timeout time.Duration) { |
nothing calls this directly
no outgoing calls
no test coverage detected