MCPcopy
hub / github.com/google/seesaw / RADIUSChecker

Struct RADIUSChecker

healthcheck/radius.go:285–291  ·  view source on GitHub ↗

RADIUSChecker contains configuration specific to a RADIUS healthcheck.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected