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

Method Register

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

Source from the content-addressed store, hash-verified

577
578type GateClient interface {
579 Register(ctx context.Context, in *GateRegisterRequest, opts ...grpc.CallOption) (*GateRegisterResponse, error)
580 UpdateUserInfo(ctx context.Context, in *GateUpdateUserInfoRequest, opts ...grpc.CallOption) (*GateUpdateUserInfoResponse, error)
581 UpdateUserPassword(ctx context.Context, in *GateUpdateUserPasswordRequest, opts ...grpc.CallOption) (*GateUpdateUserPasswordResponse, error)
582 GetUserInfo(ctx context.Context, in *GateGetUserInfoRequest, opts ...grpc.CallOption) (*GateGetUserInfoResponse, error)

Callers 5

registerFunction · 0.65
RegisterMethod · 0.65
TestMainFunction · 0.65
_Gate_Register_HandlerFunction · 0.65
registerMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestMainFunction · 0.52