moremind commented on code in PR #5474: URL: https://github.com/apache/shenyu/pull/5474#discussion_r1522578197
########## shenyu-admin/src/main/java/org/apache/shenyu/admin/service/DiscoveryService.java: ########## @@ -75,6 +76,11 @@ public interface DiscoveryService { */ void syncData(); + /** + * list all vo. + * @return discovery vo + */ + List<DiscoveryVO> listAllVO(); Review Comment: may listAllData()? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org