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

Struct userServiceHandler

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

Source from the content-addressed store, hash-verified

105}
106
107type userServiceHandler struct {
108 UserServiceHandler
109}
110
111func (h *userServiceHandler) Register(ctx context.Context, in *UserRequest, out *UserResponse) error {
112 return h.UserServiceHandler.Register(ctx, in, out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected