mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getLoadType (#9365)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/9374/head
parent
cd4205e447
commit
0e4ee6d420
|
@ -195,6 +195,7 @@ func (c *Collection) setLoadType(l loadType) {
|
|||
c.loadType = l
|
||||
}
|
||||
|
||||
// getLoadType get the loadType of collection, which is loadTypeCollection or loadTypePartition
|
||||
func (c *Collection) getLoadType() loadType {
|
||||
return c.loadType
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue