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
2025-12-19 19:07:06 +00:00
Code
Releases
Activity
Files
9d63e3194f8518f32019cf9e18b604c48eb751a5
kararas_iris
/
mvc2
History
kataras
9d63e3194f
implement a simple path param binder
...
Former-commit-id: 2edc7f115332b7afe42d6b0b1b7b6edd4a44a121
2017-11-25 14:04:35 +02:00
..
binder_test.go
simplify by join the bind registration(ctx-transformer-to-something-func-binder and service one, which just sets the struct as it's) to one named 'In' and create a 'Child' which will return a new mvc instance with binders inheritanced from the parent one and add a simple test to the mvc_test.go - will have more later on
2017-11-24 17:34:35 +02:00
binder.go
implement a simple path param binder
2017-11-25 14:04:35 +02:00
handler_test.go
simplify by join the bind registration(ctx-transformer-to-something-func-binder and service one, which just sets the struct as it's) to one named 'In' and create a 'Child' which will return a new mvc instance with binders inheritanced from the parent one and add a simple test to the mvc_test.go - will have more later on
2017-11-24 17:34:35 +02:00
handler.go
implement a simple path param binder
2017-11-25 14:04:35 +02:00
mvc_test.go
simplify by join the bind registration(ctx-transformer-to-something-func-binder and service one, which just sets the struct as it's) to one named 'In' and create a 'Child' which will return a new mvc instance with binders inheritanced from the parent one and add a simple test to the mvc_test.go - will have more later on
2017-11-24 17:34:35 +02:00
mvc.go
simplify by join the bind registration(ctx-transformer-to-something-func-binder and service one, which just sets the struct as it's) to one named 'In' and create a 'Child' which will return a new mvc instance with binders inheritanced from the parent one and add a simple test to the mvc_test.go - will have more later on
2017-11-24 17:34:35 +02:00
path_param_test.go
implement a simple path param binder
2017-11-25 14:04:35 +02:00
path_param.go
implement a simple path param binder
2017-11-25 14:04:35 +02:00
reflect.go
implement a simple path param binder
2017-11-25 14:04:35 +02:00
service_test.go
I, think, that binders are done, both dynamic functions with different results every time (based on the context) and static services (interface as input(to give the devs the chance make better and most testable code) and struct or both are structs)
2017-11-23 22:36:47 +02:00
service.go
I, think, that binders are done, both dynamic functions with different results every time (based on the context) and static services (interface as input(to give the devs the chance make better and most testable code) and struct or both are structs)
2017-11-23 22:36:47 +02:00