Function
withURL
(ctx *gin.Context, scheme, host string)
Source from the content-addressed store, hash-verified
| 26 | } |
| 27 | |
| 28 | func withURL(ctx *gin.Context, scheme, host string) { |
| 29 | ctx.Set("location", &url.URL{Scheme: scheme, Host: host}) |
| 30 | } |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…