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

Struct CommonController

controllers/api/CommonController.go:30–32  ·  view source on GitHub ↗

不登录也能调用的接口放这里

Source from the content-addressed store, hash-verified

28
29// 不登录也能调用的接口放这里
30type CommonController struct {
31 BaseController
32}
33
34// 普通登录
35func (this *CommonController) Login() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected