(httpURL string)
| 600 | } |
| 601 | |
| 602 | func wsURL(httpURL string) string { |
| 603 | return "ws" + strings.TrimPrefix(httpURL, "http") |
| 604 | } |
| 605 | |
| 606 | func staticUserID() gin.HandlerFunc { |
| 607 | return func(context *gin.Context) { |
no outgoing calls
no test coverage detected
searching dependent graphs…