(ctx *context.Context)
| 388 | |
| 389 | func (c *testControllerRelPathFromFunc) BeginRequest(ctx *context.Context) {} |
| 390 | func (c *testControllerRelPathFromFunc) EndRequest(ctx *context.Context) { |
| 391 | ctx.Writef("%s:%s", ctx.Method(), ctx.Path()) |
| 392 | } |
| 393 | |
| 394 | func (c *testControllerRelPathFromFunc) Get() {} |
| 395 | func (c *testControllerRelPathFromFunc) GetBy(uint64) {} |