mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for type def in query node (#8415)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8436/head
parent
3296475517
commit
322f4ec80f
|
@ -38,6 +38,7 @@ type (
|
|||
ConsumeSubName = string
|
||||
)
|
||||
|
||||
// TimeRange is a range of time periods
|
||||
type TimeRange struct {
|
||||
timestampMin Timestamp
|
||||
timestampMax Timestamp
|
||||
|
|
Loading…
Reference in New Issue