[skip ci]Add comments to impl (#13170)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13198/head
jingkl 2021-12-10 21:06:40 +08:00 committed by GitHub
parent 8e08600c75
commit dd0ec0a64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3174,6 +3174,7 @@ func (node *Proxy) Dummy(ctx context.Context, req *milvuspb.DummyRequest) (*milv
return failedResponse, nil
}
// RegisterLink registers a link
func (node *Proxy) RegisterLink(ctx context.Context, req *milvuspb.RegisterLinkRequest) (*milvuspb.RegisterLinkResponse, error) {
code := node.stateCode.Load().(internalpb.StateCode)
log.Debug("RegisterLink",