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

Struct DeleteUserReq

internal/api/req/user_req.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type DeleteUserReq struct {
30 Username string `json:"username"`
31 Password string `json:"password"`
32}
33type UpdateProfileReq struct {
34 RealName string `json:"realName"` // 真实姓名
35 Avatar string `json:"avatar"` // 头像URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected