(path string)
| 171 | } |
| 172 | |
| 173 | func isPublicFileSharePagePath(path string) bool { |
| 174 | reqUri := strings.TrimSuffix(path, "/") |
| 175 | return publicSharePagePattern.MatchString(reqUri) |
| 176 | } |
| 177 | |
| 178 | func checkBindDomain(c *gin.Context) bool { |
| 179 | settingRepo := repo.NewISettingRepo() |
no outgoing calls
no test coverage detected