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

Method Logout

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

Source from the content-addressed store, hash-verified

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)
587 // Ready 连接成功后立刻调用Ready, 开启推送

Callers 4

logoutFunction · 0.65
LogoutMethod · 0.65
TestUpdateUserPasswordFunction · 0.65
_Gate_Logout_HandlerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestUpdateUserPasswordFunction · 0.52