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

Struct testService

micro_v2/test.pb.micro.go:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type testService struct {
49 c client.Client
50 name string
51}
52
53func NewTestService(name string, c client.Client) TestService {
54 return &testService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected