Documentation
¶
Index ¶
Constants ¶
View Source
const ( CERT_FILE string = "CERT_FILE" KEY_FILE string = "KEY_FILE" HTTP_PORT string = "HTTP_PORT" HTTPS_PORT string = "HTTPS_PORT" )
Variables ¶
View Source
var ( Version string GitCommit string GitBranch string )
These variables are populated at build time REFERENCE: https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications to find where the variables are...
go tool nm ./app | grep app
Functions ¶
func GetCertificates ¶
func GetCertificates() (tls.Certificate, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.