mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine storage binlog iterator comment (#14309)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/14334/head
parent
94e65eaaa5
commit
57ec25c246
|
@ -40,7 +40,7 @@ type Iterator interface {
|
|||
Dispose()
|
||||
}
|
||||
|
||||
// Value is the return value of HasNext
|
||||
// Value is the return value of Next
|
||||
type Value struct {
|
||||
ID int64
|
||||
PK int64
|
||||
|
|
Loading…
Reference in New Issue