Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(modules ...Constructor) fx.Option
LoadNewConstructors automatically finds and loads all functions starting with "New" from Go files in the specified directory and its subdirectories
Types ¶
type Constructor ¶
type Constructor interface {
Construct() interface{}
}
Click to show internal directories.
Click to hide internal directories.