Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckKeeper ¶
CheckKeeper checks for the existence of the keeper with the provided name in the app structure
func FindRegisteredModules ¶
FindRegisteredModules looks for all the registered modules in the App It finds activated modules by checking if imported modules are registered in the app and also checking if their query clients are registered It does so by: 1. Mapping out all the imports and named imports 2. Looking for the call to module.NewBasicManager and finds the modules registered there 3. Looking for the implementation of RegisterAPIRoutes and find the modules that call their RegisterGRPCGatewayRoutes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.