ci: upstream dep-assert and nomenclature from server/v2 (#19703)

This commit is contained in:
Julien Robert
2024-03-08 17:00:09 +00:00
committed by GitHub
parent 2bfc037a07
commit 0f5314c031
6 changed files with 29 additions and 16 deletions
+1 -5
View File
@@ -123,12 +123,8 @@ All methods, structs and their fields must be public for `depinject`.
https://github.com/cosmos/cosmos-sdk/blob/f4bdec3433373cc4950f4680743e969495763fbb/x/group/module/module.go#L64-L65
```
The module is now ready to be used with `depinject` by a chain developer.
## Integrate in an application
The App Wiring is done in `app_config.go` / `app.yaml` and `app_v2.go` and is explained in detail in the [overview of `app_v2.go`](https://docs.cosmos.network/main/build/building-apps/app-go-v2).
The App Wiring is done in `app_config.go` / `app.yaml` and `app_di.go` and is explained in detail in the [overview of `app_di.go`](https://docs.cosmos.network/main/build/building-apps/app-go-v2).