package
0.0.0-20240819182711-a76ac2353a62
Repository: https://github.com/open-function-computers-llc/uptime.git
Documentation: pkg.go.dev

# Functions

CloseOutPreviousOutages - run this to set any lingering outages to be closed.
Create - Make a new instance of a Website.
FindWebsiteByID - Find a site in the DB by it's ID.
FindWebsiteByURL - Find a site in the DB by it's URL.
GetDeletedSites - get all the sites out of the storage connection.
GetSites - get all the sites out of the storage connection.

# Structs

No description provided by the author
Outage - a specific instance of a site going down.
Website - a site that we will be checking.
No description provided by the author