mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e]Add comments to proxy service (#13756)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
8020d4b65e
commit
93e634c189
@ -462,6 +462,7 @@ func (s *Server) LoadBalance(ctx context.Context, request *milvuspb.LoadBalanceR
|
||||
return s.proxy.LoadBalance(ctx, request)
|
||||
}
|
||||
|
||||
// CreateAlias notifies Proxy to create alias
|
||||
func (s *Server) CreateAlias(ctx context.Context, request *milvuspb.CreateAliasRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.CreateAlias(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user