| 593 | } |
| 594 | |
| 595 | type TimeRange struct { |
| 596 | MinTimeMs uint64 `protobuf:"varint,1,opt,name=min_time_ms,json=minTimeMs" json:"min_time_ms,omitempty"` |
| 597 | MaxTimeMs uint64 `protobuf:"varint,2,opt,name=max_time_ms,json=maxTimeMs" json:"max_time_ms,omitempty"` |
| 598 | ExtHash *Hash `protobuf:"bytes,3,opt,name=ext_hash,json=extHash" json:"ext_hash,omitempty"` |
| 599 | } |
| 600 | |
| 601 | func (m *TimeRange) Reset() { *m = TimeRange{} } |
| 602 | func (m *TimeRange) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected