You've already forked agentic-coding-workflow
feat(notify): postgres repository for notifications inbox
This commit is contained in:
@@ -53,6 +53,8 @@ type Message struct {
|
||||
Body string
|
||||
Link string
|
||||
Metadata map[string]any
|
||||
// ReadAt 表示该通知的已读时间。nil 表示未读,非 nil 表示用户已读的时刻。
|
||||
ReadAt *time.Time
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user