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

Interface UserService

micro_agent/proto/user/user.micro.go:45–47  ·  view source on GitHub ↗

Client API for User service

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

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