MCPcopy Create free account
hub / github.com/TruthHun/BookStack / DocumentController

Struct DocumentController

controllers/DocumentController.go:58–60  ·  view source on GitHub ↗

DocumentController struct.

Source from the content-addressed store, hash-verified

56
57// DocumentController struct.
58type DocumentController struct {
59 BaseController
60}
61
62func (this *DocumentController) Abort404(bookName, bookLink string) {
63 this.Ctx.ResponseWriter.WriteHeader(404)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected