mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[skip e2e] Add comment for pChan (#14098)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
330c6eccb1
commit
b5f0dee1dd
@ -18,6 +18,8 @@ package proxy
|
|||||||
|
|
||||||
// vChan shortcuts for virtual channel.
|
// vChan shortcuts for virtual channel.
|
||||||
type vChan = string
|
type vChan = string
|
||||||
|
|
||||||
|
// pChan shortcuts for physical channel.
|
||||||
type pChan = string
|
type pChan = string
|
||||||
|
|
||||||
type pChanStatistics struct {
|
type pChanStatistics struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user