mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
6 lines
61 B
Go
6 lines
61 B
Go
package common
|
|
|
|
type Int64Tuple struct {
|
|
Key, Value int64
|
|
}
|