package
Version:
v1.16.7
Opens a new window with list of versions in this module.
Published: Apr 26, 2021
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AppName string `envconfig:"APP_NAME" required:"true"`
HTTPPort uint `envconfig:"HTTP_PORT" required:"true" default:"8080"`
GRPCPort uint `envconfig:"GRPC_PORT" required:"true" default:"8081"`
}
Config for the services.
NewConfig for the services.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.