robocanic commented on code in PR #1325:
URL: https://github.com/apache/dubbo-admin/pull/1325#discussion_r2365929029


##########
pkg/console/model/tag_rule.go:
##########
@@ -25,9 +25,9 @@ import (
 )
 
 type TagRuleSearchResp struct {
-       CreateTime *string `json:"createTime,omitempty"`
-       Enabled    *bool   `json:"enabled,omitempty"`
-       RuleName   *string `json:"ruleName,omitempty"`
+       CreateTime string `json:"createTime,omitempty"`
+       Enabled    bool   `json:"enabled,omitempty"`
+       RuleName   string `json:"ruleName,omitempty"`

Review Comment:
   api definition, won't fix



-- 
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...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to