Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Core ¶
Core returns the canonical list of business modules shared by the production boot sequence (vef.Run) and the test harness (internal/apptest), so the two FX graphs cannot drift. The config, datasource, and FX-logger modules are intentionally excluded: production and test wire those differently (real config/datasource vs. NopConfig + an injected test database), while the business modules below must be identical in both. FX resolves construction order by dependency, so the slice order here is for readability only.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.