# 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