mirror of https://github.com/milvus-io/milvus.git
[skip ci ]Fix allocator comments (#10276)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10316/head
parent
3df1319df3
commit
3610fe89c0
|
@ -61,7 +61,7 @@ type IDRequest struct {
|
|||
count uint32
|
||||
}
|
||||
|
||||
// SyncRequest embed BaseRequest and is used to force synchronize from RootCoordinator.
|
||||
// SyncRequest embeds BaseRequest and is used to force synchronize from RootCoordinator.
|
||||
type SyncRequest struct {
|
||||
BaseRequest
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue