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