This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2026-01-09 13:05:56 +00:00
Code
Releases
Activity
Files
65c1fbf7f2bb139b9e805aa1fa7fb9784d8d3007
kararas_iris
/
mvc
History
Gerasimos (Makis) Maropoulos
9cfaff07d6
add support for mvc and hero dynamic dependencies to understand the error type as a second output value as requested at:
https://github.com/kataras/iris/issues/1187
...
Former-commit-id: 49e29c06aaaa22743354981342c29fc9d5953d0e
2019-02-16 00:42:26 +02:00
..
AUTHORS
…
controller_handle_test.go
…
controller_method_parser.go
…
controller_method_result_test.go
…
controller_test.go
add support for mvc and hero dynamic dependencies to understand the error type as a second output value as requested at:
https://github.com/kataras/iris/issues/1187
2019-02-16 00:42:26 +02:00
controller.go
add support for mvc and hero dynamic dependencies to understand the error type as a second output value as requested at:
https://github.com/kataras/iris/issues/1187
2019-02-16 00:42:26 +02:00
go19.go
split of the mvc and the new hero package is completed, now handlers with input and output binding feature is a different feature than the mvc, however the mvc controller's methods can use the hero dependency injection as before (v10+)
2017-12-25 20:57:04 +02:00
LICENSE
…
mvc.go
…
param.go
…
reflect.go
…
session_controller.go
…