()
| 290 | } |
| 291 | |
| 292 | func (t *testControllerBindDeep) Get() { |
| 293 | // t.testControllerBindStruct.Get() |
| 294 | t.Ctx.Writef(t.TitlePointer.title + t.TitleValue.title + t.Other) |
| 295 | } |
| 296 | |
| 297 | func (t *testControllerBindDeep) Post(v testCustomStruct) string { |
| 298 | return v.Name |