| 5 | ) |
| 6 | |
| 7 | type TaskData interface { |
| 8 | SunoDataResponse | []SunoDataResponse | string | any |
| 9 | } |
| 10 | |
| 11 | type SunoSubmitReq struct { |
| 12 | GptDescriptionPrompt string `json:"gpt_description_prompt,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected