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

Struct BaseController

controllers/api/BaseController.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type BaseController struct {
24 beego.Controller
25 Token string
26 Version string
27}
28
29type APIResponse struct {
30 Message string `json:"message"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected