mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +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