mirror of https://github.com/milvus-io/milvus.git
Add Proxy implementation Assertion (#9204)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/9214/head
parent
9b65aad4cf
commit
365882ddf2
|
@ -43,6 +43,9 @@ type Timestamp = typeutil.Timestamp
|
|||
const sendTimeTickMsgInterval = 200 * time.Millisecond
|
||||
const channelMgrTickerInterval = 100 * time.Millisecond
|
||||
|
||||
// make sure Proxy implements types.Proxy
|
||||
var _ types.Proxy = (*Proxy)(nil)
|
||||
|
||||
type Proxy struct {
|
||||
ctx context.Context
|
||||
cancel func()
|
||||
|
|
Loading…
Reference in New Issue