@Summary Submit luma generate video task @Schemes @Description @Accept json @Produce json @Param body body GenRequest true "submit generate video" @Success 200 {object} []VideoTask "generate result" @Router /luma/generations [post]
(c *gin.Context)
| 17 | // @Success 200 {object} []VideoTask "generate result" |
| 18 | // @Router /luma/generations [post] |
| 19 | func Generations(c *gin.Context) { |
| 20 | doGeneration(c) |
| 21 | } |
| 22 | |
| 23 | // @Summary Submit luma extend generate video task |
| 24 | // @Schemes |
nothing calls this directly
no test coverage detected