feat: add advanced update management features
This commit is contained in:
@@ -11,6 +11,9 @@ import (
|
||||
type Store struct {
|
||||
LastReminder time.Time `json:"last_reminder"`
|
||||
LastUpdateCount int `json:"last_update_count"`
|
||||
LastCheck time.Time `json:"last_check"`
|
||||
LastSuccess time.Time `json:"last_success"`
|
||||
LastSummary string `json:"last_summary"`
|
||||
}
|
||||
|
||||
func Load(path string) (Store, error) {
|
||||
|
||||
Reference in New Issue
Block a user