[skip ci] Add comment for proxy (#13463)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/13110/head
shaoyue 2021-12-15 21:11:35 +08:00 committed by GitHub
parent 506e0f6f7d
commit 0d88568957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()