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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13870/head
jingkl 2021-12-21 15:12:55 +08:00 committed by GitHub
parent 8004292420
commit 0011f39530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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