()
| 3243 | } |
| 3244 | |
| 3245 | func taskBlockToonFields() []string { |
| 3246 | return []string{ |
| 3247 | "id", |
| 3248 | taskTaskIDKey, |
| 3249 | taskWorkspaceIDKey, |
| 3250 | taskKindKey, |
| 3251 | taskReasonKey, |
| 3252 | createdByKey, |
| 3253 | taskCreatedAtKey, |
| 3254 | "expires_at", |
| 3255 | "cleared_at", |
| 3256 | "cleared_by", |
| 3257 | "clear_note", |
| 3258 | } |
| 3259 | } |
| 3260 | |
| 3261 | func taskBlockToonValues(item TaskBlockRecord) []string { |
| 3262 | return []string{ |