MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / UserLoginResponse

Struct UserLoginResponse

controller/user.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22var userIdSequence = int64(1)
23
24type UserLoginResponse struct {
25 Response
26 UserId int64 `json:"user_id,omitempty"`
27 Token string `json:"token"`
28}
29
30type UserResponse struct {
31 Response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected