1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 12:07:28 +00:00

Add one more example for dependency injection (HTTP Request-based) using our hero

Former-commit-id: ff18371d254caf2d1932d6522b1ebc1f8032708f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-08-10 00:23:17 +03:00
parent 0491aa68b5
commit 9f464310e3
3 changed files with 188 additions and 11 deletions

View File

@@ -119,6 +119,8 @@ app.Get("{root:path}", rootWildcardHandler)
- [基础](hero/basic/main.go)
- [概览](hero/overview)
- [Sessions](hero/sessions) **NEW**
- [Yet another dependency injection example and good practises at general](hero/smart-contract/main.go) **NEW**
### MVC 模式