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

Struct Service

micro_agent/handler/hander.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Service struct {
14 userServer user.Service
15}
16
17func GetService()*Service {
18 return server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected