mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#14082)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14089/head
parent
df546bc241
commit
6c3f1a9162
|
@ -477,6 +477,7 @@ func (s *Server) DropAlias(ctx context.Context, request *milvuspb.DropAliasReque
|
|||
return s.proxy.DropAlias(ctx, request)
|
||||
}
|
||||
|
||||
// AlterAlias alters the alias for the specified collection.
|
||||
func (s *Server) AlterAlias(ctx context.Context, request *milvuspb.AlterAliasRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.AlterAlias(ctx, request)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue