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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14089/head
jingkl 2021-12-23 18:17:15 +08:00 committed by GitHub
parent df546bc241
commit 6c3f1a9162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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