package
Version:
v1.14.8
Opens a new window with list of versions in this module.
Published: Dec 29, 2023
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"
)
type Server struct {
Host string `envconfig:"HOST" default:"localhost"`
CrtUri string `envconfig:"CRT" default:"crt.pem"`
KeyUri string `envconfig:"KEY" default:"key.pem"`
ShutdownTimeout time.Duration `envconfig:"SHUTDOWN_TIMEOUT" default:"2s"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.