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

Struct testHandler

micro_v2/test.pb.micro.go:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type testHandler struct {
88 TestHandler
89}
90
91func (h *testHandler) RpcUserInfo(ctx context.Context, in *ReqMsg, out *ResMsg) error {
92 return h.TestHandler.RpcUserInfo(ctx, in, out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected