MCPcopy
hub / github.com/hwholiday/learning_tools / userHandler

Struct userHandler

micro_agent/proto/user/user.micro.go:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type userHandler struct {
95 UserHandler
96}
97
98func (h *userHandler) RpcUserInfo(ctx context.Context, in *ReqMsg, out *ResMsg) error {
99 return h.UserHandler.RpcUserInfo(ctx, in, out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected