File size: 132 Bytes
7107f0b
 
 
 
 
 
1
2
3
4
5
6
7
package model

type TaskItem struct {
	Key         string `json:"key"`
	PersistData string `gorm:"type:text" json:"persist_data"`
}