RADIUSChecker contains configuration specific to a RADIUS healthcheck.
| 283 | |
| 284 | // RADIUSChecker contains configuration specific to a RADIUS healthcheck. |
| 285 | type RADIUSChecker struct { |
| 286 | Target |
| 287 | Username string |
| 288 | Password string |
| 289 | Secret string |
| 290 | Response string |
| 291 | } |
| 292 | |
| 293 | // NewRADIUSChecker returns an initialised RADIUSChecker. |
| 294 | func NewRADIUSChecker(ip net.IP, port int) *RADIUSChecker { |
nothing calls this directly
no outgoing calls
no test coverage detected