# Functions
ContainsString checks if a string is present in a slice.
I32ToString will convert an int32 to a string for length comparison.
SetDefaultBool will return either the default bool or an overriden value.
SetDefaultInt will return either the default int or an overriden value.
SetDefaultInt32 will return either the default int32 or an overriden value.
SetDefaultInt64 will return either the default int64 or an overriden value.
SetDefaultString will return either the default string or an overriden value.
# Variables
DaysOut is the default number of days out to gate certificate expiration at.
LogLevel is the log level - can be 1-4, with 1 being least verbose and 4 being most.
ReportInterval is how frequently a report should be submitted for triggered targeted alerts.
ScanningInterval is the number of seconds to wait before the controller starts again.
SMTPAuthUseSSL is a boolean for if the Golang SMTP Client will use TLS against the server.
SMTPAuthUseSTARTTLS is a boolean for if the Golang SMTP Client will use STARTTLS against the server.
SMTPMessageSubject is the default subject sent with emailed messages.