@Summary Submit luma extend generate video task @Schemes @Description @Accept json @Produce json @Param task_id path string true "extend task id" @Param body body GenRequest true "submit generate video" @Success 200 {object} []VideoTask "generate result" @Router /luma/generations/:task_id/extend [po
(c *gin.Context)
| 30 | // @Success 200 {object} []VideoTask "generate result" |
| 31 | // @Router /luma/generations/:task_id/extend [post] |
| 32 | func ExtentGenerations(c *gin.Context) { |
| 33 | doGeneration(c) |
| 34 | } |
| 35 | |
| 36 | // @Summary Get luma generate video task |
| 37 | // @Schemes |
nothing calls this directly
no test coverage detected