package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jul 4, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type App struct {
AppName string `env:"APP_NAME"`
}
type Grpc struct {
Host string `env:"HOST, default=localhost"`
Port string `env:"PORT, default=8081"`
}
type Http struct {
Host string `env:"HOST, default=localhost"`
Port string `env:"PORT, default=8080"`
AllowedOrigins []string `env:"ALLOW_ORIGINS, default=*"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.