Commit Graph

3 Commits

Author SHA1 Message Date
Medzik 8f64eb1dcb perf(database): change _id field to url
BREAKING CHANGE: YOU MUST CHANGE `_id` TO `url` AND GENERATE ObjectID to `_id` IN MONGODB.
2021-09-08 20:31:59 +00:00
Medzik 0ba1c8a2c0 fix: add omitempty to types fields, change error message 2021-08-12 21:13:10 +00:00
Medzik 018a2e9b90 feat(uptime): Add uptime to status and build date
- Moved type.go to types.go
- Added build date
- Removed linter from gitpod Dockerfile (now is in gitpod image)
- Added mongodb Database and Collection to config file (now isn't used [TODO])
- Added uptime to status
2021-08-01 15:48:24 +00:00
Renamed from database/mongo/type.go (Browse further)