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

Struct APIRegister

controllers/api/BaseController.go:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type APIRegister struct {
72 Nickname string `form:"nickname"`
73 Account string `form:"username"`
74 Password string `form:"password"`
75 RePassword string `form:"re_password"`
76 Email string `form:"email"`
77}
78
79type APIDoc struct {
80 DocumentId int `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected