Prepare home page for migration

This commit is contained in:
2019-02-12 21:51:01 +01:00
parent 32f715e65f
commit e8a9beb9a5
4 changed files with 94 additions and 78 deletions

View File

@@ -25,6 +25,7 @@ type ListFile struct {
Description string `json:"description"`
DateCreated time.Time `json:"date_created"`
DateLastView time.Time `json:"date_last_view"`
Views int64 `json:"views"`
}
// GetList get a List from the pixeldrain API. Errors will be available through