Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 'c' is not referenced in method's body, consider removing it
2056	}
2057}
2058
2059func (c *RaftCluster) resetHealthStatus() {2060	healthStatusGauge.Reset()
2061}
2062