MCPcopy Create free account
hub / github.com/kataras/iris / Get

Method Get

mvc/controller_test.go:292–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

WritefMethod · 0.80

Tested by

no test coverage detected