mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for loadType (#11687)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11691/head
parent
7a0cbde51c
commit
c7286e8233
|
@ -23,6 +23,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/msgstream"
|
||||
)
|
||||
|
||||
// loadType is load collection or load partition
|
||||
type loadType = int32
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue