mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +00:00
Add modified_time field to Resource model and update logic for tracking modifications
This commit is contained in:
@@ -20,6 +20,7 @@ type Resource struct {
|
||||
Views uint
|
||||
Downloads uint
|
||||
Comments uint
|
||||
ModifiedTime time.Time
|
||||
}
|
||||
|
||||
type Link struct {
|
||||
|
||||
Reference in New Issue
Block a user