Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config configuration.Configuration DB *gorm.DB Logger logging.ApplicationLogger Utilities utils.BuiltinUtilities CacheTable map[string]caching.CacheTable )
Expose fx DI data to the rest of the application This value is essential for your app to work properly. The value here is populated by the framework, but to avoid cyclic dependencies It must be pointed again in the app package.
View Source
var Dependencies = fx.Options()
Dependencies - Get access to the framework dependency injection container You're free to add your own dependencies here
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.