[skip e2e]Add comments to proxy service (#13756)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-12-20 19:16:37 +08:00 committed by GitHub
parent 8020d4b65e
commit 93e634c189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}