(preInit, postInit int64)
| 89 | } |
| 90 | |
| 91 | func (info *RequestInfo) SetInitTime(preInit, postInit int64) { |
| 92 | info.InitStartTimeMS = preInit |
| 93 | info.InitDoneTimeMS = postInit |
| 94 | } |
| 95 | |
| 96 | func (info *RequestInfo) SetLogStore(store LogStatStore) { |
| 97 | info.store = store |
no outgoing calls