Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AppResult ¶
type AppResult struct { fx.Out AppName string `name:"AppName" envconfig:"APP_NAME" default:"app" ignored:"true" ` AppId string `name:"AppId" envconfig:"APP_ID" default:"app_id"` Deployment string `name:"Deployment" envconfig:"DEPLOYMENT" default:"local"` Version string `name:"Version" default:"0.0.0"` }
func (*AppResult) LoadConstant ¶
func (*AppResult) LoadFromEnv ¶
func (*AppResult) LoadFromExecutable ¶
Click to show internal directories.
Click to hide internal directories.