# README
Just a super simple Go application, originally designed for serving DB Browser for SQLite downloads from a small, inexpensive cluster of servers.
Now that we're using much beefier servers, it's just running on a single server rather than a cluster. Can easily be thrown behind a load balancer (etc) if the need ever arises again.
# Functions
HttpErrorLog filters out the copious 'TLS handshake error' messages we're getting.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Conf holds the application configuration values.
PostgreSQL Connection pool.
RecordDownloadsLocation controls where downloads are recorded.
# Structs
FilteringErrorLogWriter is a custom error logger for our http servers, to filter out the copious 'TLS handshake error' messages we're getting.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TomlConfig is the structure for holding the application configuration.
# Type aliases
RecordDownloads are used to determine where downloads are recorded.