| 69 | } |
| 70 | |
| 71 | type 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 | |
| 79 | type APIDoc struct { |
| 80 | DocumentId int `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected