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

Method Auth

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

Source from the content-addressed store, hash-verified

522 UpdateUserPassword(ctx context.Context, in *StoreUpdateUserPasswordRequest, opts ...grpc.CallOption) (*StoreUpdateUserPasswordResponse, error)
523 GetUserInfo(ctx context.Context, in *StoreGetUserInfoRequest, opts ...grpc.CallOption) (*StoreGetUserInfoResponse, error)
524 Auth(ctx context.Context, in *StoreAuthRequest, opts ...grpc.CallOption) (*StoreAuthResponse, error)
525 // Friend 好友服务
526 Friend(ctx context.Context, in *StoreFriendRequest, opts ...grpc.CallOption) (*StoreFriendResponse, error)
527 // LoadFriendList 获取好友列表

Callers 2

_Store_Auth_HandlerFunction · 0.65
authMethod · 0.65

Implementers 2

Storestore/server.go
storeClientmeta/store.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected