mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Update type role const (#13244)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
8475b10d8c
commit
5f03e87bc2
@ -22,19 +22,19 @@ type UniqueID = int64
|
||||
|
||||
const (
|
||||
// RootCoordRole is a constant represent RootCoord
|
||||
RootCoordRole = "RootCoord"
|
||||
RootCoordRole = "rootcoord"
|
||||
// ProxyRole is a constant represent Proxy
|
||||
ProxyRole = "Proxy"
|
||||
ProxyRole = "proxy"
|
||||
// QueryCoordRole is a constant represent QueryCoord
|
||||
QueryCoordRole = "QueryCoord"
|
||||
QueryCoordRole = "querycoord"
|
||||
// QueryNodeRole is a constant represent QueryNode
|
||||
QueryNodeRole = "QueryNode"
|
||||
QueryNodeRole = "querynode"
|
||||
// IndexCoordRole is a constant represent IndexCoord
|
||||
IndexCoordRole = "IndexCoord"
|
||||
IndexCoordRole = "indexcoord"
|
||||
// IndexNodeRole is a constant represent IndexNode
|
||||
IndexNodeRole = "IndexNode"
|
||||
IndexNodeRole = "indexnode"
|
||||
// DataCoordRole is a constant represent DataCoord
|
||||
DataCoordRole = "DataCoord"
|
||||
DataCoordRole = "datacoord"
|
||||
// DataNodeRole is a constant represent DataNode
|
||||
DataNodeRole = "DataNode"
|
||||
DataNodeRole = "datanode"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user