MCPcopy
hub / github.com/eolinker/goku_lite / CheckBox

Struct CheckBox

goku-service/health/health.go:20–24  ·  view source on GitHub ↗

CheckBox checkBox

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected