GetErrorRespCnt get the error response count
()
| 93 | |
| 94 | //GetErrorRespCnt get the error response count |
| 95 | func (this *NodeWeight) GetErrorRespCnt() int { |
| 96 | return this.errorRespCnt |
| 97 | } |
| 98 | |
| 99 | //AppendNewReqTime append new request time |
| 100 | func (this *NodeWeight) AppendNewReqtime() { |
no outgoing calls
no test coverage detected