OpenList / internal /model /task.go
lin7zhi's picture
Upload folder using huggingface_hub
619f93d verified
package model
type TaskItem struct {
Key string `json:"key"`
PersistData string `gorm:"type:text" json:"persist_data"`
}