package
Version:
v1.15.3
Opens a new window with list of versions in this module.
Published: Jan 2, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
EnvPrefix = "BF"
StaticFilesEmbedded = "embedded"
ShutdownTimeout = 1 * time.Second
)
type Server struct {
Host string `envconfig:"HOST" default:"localhost"`
CertUri string `envconfig:"CERT_URI" default:"crt.pem"`
KeyUri string `envconfig:"KEY_URI" default:"key.pem"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.