mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments to impl (#13170)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13198/head
parent
8e08600c75
commit
dd0ec0a64c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue