mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for proxy (#13463)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/13110/head
parent
506e0f6f7d
commit
0d88568957
|
@ -55,6 +55,7 @@ const channelMgrTickerInterval = 100 * time.Millisecond
|
|||
// make sure Proxy implements types.Proxy
|
||||
var _ types.Proxy = (*Proxy)(nil)
|
||||
|
||||
// Proxy of milvus
|
||||
type Proxy struct {
|
||||
ctx context.Context
|
||||
cancel func()
|
||||
|
|
Loading…
Reference in New Issue