ResetStartTime
()
| 204 | |
| 205 | //ResetStartTime |
| 206 | func (this *SyncFlightInfo) ResetStartTime() { |
| 207 | this.lock.Lock() |
| 208 | defer this.lock.Unlock() |
| 209 | this.startTime = time.Now() |
| 210 | } |
| 211 | |
| 212 | //GetStartTime return the start time of request |
| 213 | func (this *SyncFlightInfo) GetStartTime() time.Time { |