Mr.L
feat: add full alist source code for Docker build
7107f0b
raw
history blame contribute delete
132 Bytes
package model
type TaskItem struct {
Key string `json:"key"`
PersistData string `gorm:"type:text" json:"persist_data"`
}