little-cui commented on code in PR #268:
URL: https://github.com/apache/servicecomb-kie/pull/268#discussion_r1029042366
##########
server/datasource/etcd/kv/kv_dao.go:
##########
@@ -507,6 +507,50 @@ func (s *Dao) List(ctx context.Context, project, domain
string, options ...datas
return pagingResult(result, opts), nil
}
+func (s *Dao) ListNoAuth(ctx context.Context, project, domain string, options
...datasource.FindOption) (*model.KVResponse, error) {
Review Comment:
此特殊场景的接口应私有化
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]