package
Version:
v0.0.0-...-bc7a4b5
Opens a new window with list of versions in this module.
Published: Jan 1, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logging struct {
LoggingLevel int `envconfig:"LOG_LEVEL" default:"-4"`
LoggingDevOutput bool `envconfig:"LOG_DEV_OUTPUT" default:"true"`
}
type Service struct {
ServicePort string `envconfig:"SERVICE_PORT" required:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.