MCPcopy
hub / github.com/cloudflare/cloudflared / mockService

Struct mockService

overwatch/manager_test.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type mockService struct {
14 serviceName string
15 serviceType string
16 runError error
17}
18
19func (s *mockService) Name() string {
20 return s.serviceName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected