* updated db, added dto for ListSources, and added delete source
* updated from model > models
* updated to models
* sources now sends back a standard message
* updated subscription routes to have beter logid and swagger details
* moved the dto objects back to modles given they are not bound to the database
* cleaned up how we return the error
* cleaned up swag and updated models to take from the base apistatusmodel. less human errors this way
* cleaned up swag and updated models
* swag updated
* updated queue to return a router and also renamed it as it will hold all queue info later on
* removed config tag
* added subscription details route
* article routes have been moved to support dto
* updated discordwebhooks to use dto
* updated discordwebhookqueue to return details on the items via dto
* removed the example routes
* updated sources to use dto
* subscriptions moved to dto
* generated swag
* added a route to delete subscriptions based on the ID given
* added a new route to find a record based on the name and source
* added a route to query Discord Web Hooks by Server and Channel names
* tested the endpoints and they seem good to test more
* updated some routes for subscriptions and formatted files
* removed debug file
* fixing some panic calls
* swag
* starting the ffxiv reader
* working on getting the standard interface for sources based on the work for ffxiv
* got more of ffxiv working and updated tests
* Author and Description can be extracted and validated with tests
* added uuid package
* ffxiv core logic is working and testes updated to reflect it.
* Updated the scheduler with the current sources and moved them from main
* updated reddit to allow modern go to talk to the endpoint with a debug flag
* gave the func a better name
* cleaned up main
* Moved cache to its own package and updated tests"
* moved config to its own package and added basic tests
* updated imports
* minor update"
* interface update and cache model update
* updated the scheduler for basic services. No DB calls yet
* updated db calls
* bypassed the reddit test as its flaky in github