1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

implement the makeHandler and structure the high-level mvc's API

Former-commit-id: 412118eae436981711ef57821f2d85b77a5d1a12
This commit is contained in:
kataras
2017-11-24 12:32:35 +02:00
parent 3a46102d4d
commit bfec1d174f
5 changed files with 160 additions and 3 deletions

11
mvc2/handler_test.go Normal file
View File

@@ -0,0 +1,11 @@
package mvc2
/*
TODO:
Test that as we test the rest, with
a fake context, and after move again to
the mvc_test.go which will contain
the overall high-level (black-box) tests.
*/