()
| 269 | } |
| 270 | |
| 271 | func (t *testControllerBindStruct) Get() { |
| 272 | t.Ctx.Writef(t.TitlePointer.title + t.TitleValue.title + t.Other) |
| 273 | } |
| 274 | |
| 275 | // test if context can be binded to the controller's function |
| 276 | // without need to declare it to a struct if not needed. |