FunctionPrefixTrimmingURLPathTransformer removes the "/function/servicename/" prefix from the URL path.
| 114 | |
| 115 | // FunctionPrefixTrimmingURLPathTransformer removes the "/function/servicename/" prefix from the URL path. |
| 116 | type FunctionPrefixTrimmingURLPathTransformer struct { |
| 117 | } |
| 118 | |
| 119 | // Transform removes the "/function/servicename/" prefix from the URL path. |
| 120 | func (f FunctionPrefixTrimmingURLPathTransformer) Transform(r *http.Request) string { |
nothing calls this directly
no outgoing calls
no test coverage detected