(c *gin.Context)
| 14 | } |
| 15 | |
| 16 | func GetSyncProgress(c *gin.Context) { |
| 17 | c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable)) |
| 18 | } |
| 19 | |
| 20 | func GetAllSyncProgress(c *gin.Context) { |
| 21 | c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable)) |
nothing calls this directly
no test coverage detected