MCPcopy Index your code
hub / github.com/dearcode/candy / Login

Method Login

meta/gate.pb.go:583–583  ·  view source on GitHub ↗
(ctx context.Context, in *GateUserLoginRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

581 UpdateUserPassword(ctx context.Context, in *GateUpdateUserPasswordRequest, opts ...grpc.CallOption) (*GateUpdateUserPasswordResponse, error)
582 GetUserInfo(ctx context.Context, in *GateGetUserInfoRequest, opts ...grpc.CallOption) (*GateGetUserInfoResponse, error)
583 Login(ctx context.Context, in *GateUserLoginRequest, opts ...grpc.CallOption) (*GateUserLoginResponse, error)
584 Logout(ctx context.Context, in *GateUserLogoutRequest, opts ...grpc.CallOption) (*GateUserLogoutResponse, error)
585 // SendMessage 发送消息
586 SendMessage(ctx context.Context, in *GateSendMessageRequest, opts ...grpc.CallOption) (*GateSendMessageResponse, error)

Callers 9

loginFunction · 0.65
LoginMethod · 0.65
TestLoginFunction · 0.65
TestUpdateUserInfoFunction · 0.65
TestUpdateUserPasswordFunction · 0.65
TestFindUserFunction · 0.65
TestAddFriendFunction · 0.65
_Gate_Login_HandlerFunction · 0.65

Implementers 2

gateClientmeta/gate.pb.go
Gategate/server.go

Calls

no outgoing calls

Tested by 6

TestLoginFunction · 0.52
TestUpdateUserInfoFunction · 0.52
TestUpdateUserPasswordFunction · 0.52
TestFindUserFunction · 0.52
TestAddFriendFunction · 0.52