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

Method RpcUserInfo

micro_v2/test.pb.micro.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, in *ReqMsg, opts ...client.CallOption)

Source from the content-addressed store, hash-verified

43
44type TestService interface {
45 RpcUserInfo(ctx context.Context, in *ReqMsg, opts ...client.CallOption) (*ResMsg, error)
46}
47
48type testService struct {

Callers 1

mainFunction · 0.95

Implementers 6

userServicemicro_agent/proto/user/user.micro.go
userHandlermicro_agent/proto/user/user.micro.go
Servicemicro_agent/handler/hander.go
testServicemicro_v2/test.pb.micro.go
testHandlermicro_v2/test.pb.micro.go
Agentmicro_v2/server/main.go

Calls

no outgoing calls

Tested by

no test coverage detected