(c *gin.Context)
| 10 | ) |
| 11 | |
| 12 | func SyncOrganization(c *gin.Context) { |
| 13 | c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable)) |
| 14 | } |
| 15 | |
| 16 | func GetSyncProgress(c *gin.Context) { |
| 17 | c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable)) |
nothing calls this directly
no test coverage detected