nic-chen commented on pull request #1192: URL: https://github.com/apache/apisix-dashboard/pull/1192#issuecomment-753972035
> I noticed that each field in the BaseInfo struct is not omited originly, but in this pr, we set `create_time` and `update_time` omitempty, so is it posible to set `create_time` and `update_time` out of BaseInfo struct? > > @imjoey @nic-chen @starsz Yes, a better solution is to separate create_time, update_time and ID. In the next version, we will remove the consumer ID: https://github.com/apache/apisix/pull/2679 It will need create_time and update_time but no ID. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
