mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#13835)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13870/head
parent
8004292420
commit
0011f39530
|
@ -468,6 +468,7 @@ func (s *Server) CreateAlias(ctx context.Context, request *milvuspb.CreateAliasR
|
|||
return s.proxy.CreateAlias(ctx, request)
|
||||
}
|
||||
|
||||
// DropAlias notifies Proxy to drop an alias
|
||||
func (s *Server) DropAlias(ctx context.Context, request *milvuspb.DropAliasRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.DropAlias(ctx, request)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue