iris/hero
Gerasimos (Makis) Maropoulos ed45c77be5 reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
2020-06-07 15:26:06 +03:00
..
binding_test.go examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
binding.go add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
container_test.go add test for hero/Container.UseResultHandler 2020-04-19 12:05:22 +03:00
container.go add test for hero/Container.UseResultHandler 2020-04-19 12:05:22 +03:00
dependency_source.go error handlers per party: log those routes too and all test cases paased 2020-05-11 11:11:27 +03:00
dependency_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
dependency.go 👔 next version: some linting 2020-03-01 08:34:53 +02:00
func_result_test.go misspell 2020-05-16 01:00:51 +03:00
func_result.go add ctx.Tr support to hero/mvc.Response 2020-05-06 06:36:05 +03:00
handler_test.go reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker 2020-06-07 15:26:06 +03:00
handler.go add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
param_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
reflect_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
reflect.go fix bug: abount dependency injection 2020-03-22 09:04:49 +08:00
struct_test.go replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
struct.go 🐵 prepare next version: improve the hero and mvc path parameters bindings 2020-03-02 19:48:53 +02:00