Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
type
mockService
struct
{
14
serviceName string
15
serviceType string
16
runError error
17
}
18
19
func
(s *mockService) Name() string {
20
return
s.serviceName
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected