MCPcopy Create free account
hub / github.com/UESTCByteDance/ByteRhythm / UserServiceHandler

Interface UserServiceHandler

idl/user/userPb/userService.pb.micro.go:88–92  ·  view source on GitHub ↗

Server API for UserService service

Source from the content-addressed store, hash-verified

86// Server API for UserService service
87
88type UserServiceHandler interface {
89 Register(context.Context, *UserRequest, *UserResponse) error
90 Login(context.Context, *UserRequest, *UserResponse) error
91 UserInfo(context.Context, *UserInfoRequest, *UserInfoResponse) error
92}
93
94func RegisterUserServiceHandler(s server.Server, hdlr UserServiceHandler, opts ...server.HandlerOption) error {
95 type userService interface {

Callers

nothing calls this directly

Implementers 3

userServiceidl/user/userPb/userService.pb.micro.g
userServiceHandleridl/user/userPb/userService.pb.micro.g
UserSrvapp/user/service/user.go

Calls

no outgoing calls

Tested by

no test coverage detected