|
|
fmt.Printf("member %s is healthy: got healthy result from %s\n", m.ID, url)
|
|
fmt.Printf("member %s is healthy: got healthy result from %s\n", m.ID, url)
|
|
|
fmt.Printf("member %s is unhealthy: got unhealthy result from %s\n", m.ID, url)
|
|
fmt.Printf("member %s is unhealthy: got unhealthy result from %s\n", m.ID, url)
|