You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/05/08 18:09:10 UTC

[GitHub] mitchell852 opened a new issue #2243: Routes.go file should include type capture groups to enforce route parameter types

mitchell852 opened a new issue #2243: Routes.go file should include type capture groups to enforce route parameter types
URL: https://github.com/apache/incubator-trafficcontrol/issues/2243
 
 
   for example:
   
   {1.2, http.MethodGet, `asns/{id:[0-9]}$`, api.ReadHandler(asn.GetRefType(), d.DB), auth.PrivLevelReadOnly, Authenticated, nil},
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services