milvus/internal/common/tuple.go

6 lines
61 B
Go

package common
type Int64Tuple struct {
Key, Value int64
}