GetStart returns the start timestamp of the request in milliseconds.
()
| 91 | type Request interface { |
| 92 | // GetStart returns the start timestamp of the request in milliseconds. |
| 93 | GetStart() int64 |
| 94 | // GetEnd returns the end timestamp of the request in milliseconds. |
| 95 | GetEnd() int64 |
| 96 | // GetStep returns the step of the request in milliseconds. |
no outgoing calls