package
Version:
v0.0.37
Opens a new window with list of versions in this module.
Published: Feb 7, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type AllHelp struct {
fx.In
Values []Help `group:"config.Help"`
}
AllHelp collects all config.Help instances that are in the current app container.
Help contains usage information for an environment configuration block.
type HelpOut struct {
fx.Out
Help Help `group:"config.Help" ignored:"true"`
}
HelpOut provides a Help instance using Fx dependency injection.
type Param struct {
fx.In
EnvServer string `name:"EnvServer"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.