package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Sep 26, 2024
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.