mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci]Add comments to impl (#13170)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
8e08600c75
commit
dd0ec0a64c
@ -3174,6 +3174,7 @@ func (node *Proxy) Dummy(ctx context.Context, req *milvuspb.DummyRequest) (*milv
|
|||||||
return failedResponse, nil
|
return failedResponse, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// RegisterLink registers a link
|
||||||
func (node *Proxy) RegisterLink(ctx context.Context, req *milvuspb.RegisterLinkRequest) (*milvuspb.RegisterLinkResponse, error) {
|
func (node *Proxy) RegisterLink(ctx context.Context, req *milvuspb.RegisterLinkRequest) (*milvuspb.RegisterLinkResponse, error) {
|
||||||
code := node.stateCode.Load().(internalpb.StateCode)
|
code := node.stateCode.Load().(internalpb.StateCode)
|
||||||
log.Debug("RegisterLink",
|
log.Debug("RegisterLink",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user