DocumentController struct.
| 56 | |
| 57 | // DocumentController struct. |
| 58 | type DocumentController struct { |
| 59 | BaseController |
| 60 | } |
| 61 | |
| 62 | func (this *DocumentController) Abort404(bookName, bookLink string) { |
| 63 | this.Ctx.ResponseWriter.WriteHeader(404) |
nothing calls this directly
no outgoing calls
no test coverage detected