mhoppa commented on a change in pull request #3929: Rewrote 
/user/reset_password to Go
URL: https://github.com/apache/trafficcontrol/pull/3929#discussion_r335624893
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/config/config.go
 ##########
 @@ -114,6 +115,15 @@ type ConfigTO struct {
        NoAccountFoundMessage *string           `json:"no_account_found_msg"`
 }
 
+// ConfigPortal contains information that can direct users to a friendly UI
+type ConfigPortal struct {
+       BaseURL rfc.URL `json:"base_url"`
 
 Review comment:
   go fmt 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to