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

Interface TestService

micro_v2/test.pb.micro.go:44–46  ·  view source on GitHub ↗

Client API for Test service

Source from the content-addressed store, hash-verified

42// Client API for Test service
43
44type TestService interface {
45 RpcUserInfo(ctx context.Context, in *ReqMsg, opts ...client.CallOption) (*ResMsg, error)
46}
47
48type testService struct {
49 c client.Client

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