nic-chen commented on a change in pull request #2144:
URL: https://github.com/apache/apisix-dashboard/pull/2144#discussion_r714403464
##########
File path: api/internal/core/entity/entity.go
##########
@@ -58,14 +58,6 @@ func (info *BaseInfo) KeyCompat(key string) {
}
}
-type BaseInfoSetter interface {
- GetBaseInfo() *BaseInfo
-}
-
-type BaseInfoGetter interface {
- GetBaseInfo() *BaseInfo
-}
Review comment:
oh, please keep them, their responsibilities are different.
--
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]