MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / ChangeReq

Struct ChangeReq

internal/api/req/user_req.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type ChangeReq struct {
19 Username string `json:"username"`
20 Password string `json:"password"`
21 NewPassword string `json:"newPassword"`
22 ConfirmPassword string `json:"confirmPassword"`
23}
24
25type UsernameReq struct {
26 Username string `json:"username"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected