mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
9672eae62c
Signed-off-by: yun.zhang <yun.zhang@zilliz.com>
6 lines
61 B
Go
6 lines
61 B
Go
package common
|
|
|
|
type Int64Tuple struct {
|
|
Key, Value int64
|
|
}
|