mirror of https://github.com/milvus-io/milvus.git
6 lines
61 B
Go
6 lines
61 B
Go
|
package common
|
||
|
|
||
|
type Int64Tuple struct {
|
||
|
Key, Value int64
|
||
|
}
|