GetStartTime return the start time of request
()
| 211 | |
| 212 | //GetStartTime return the start time of request |
| 213 | func (this *SyncFlightInfo) GetStartTime() time.Time { |
| 214 | this.lock.RLock() |
| 215 | defer this.lock.RUnlock() |
| 216 | return this.startTime |
| 217 | } |
| 218 | |
| 219 | //BlockInfo is used for saving block information in cache |
| 220 | type BlockInfo struct { |