Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ serviceError
Function
serviceError
internal/cmd/runtime_services.go:428–433 ·
view source on GitHub ↗
(err error, name string)
Source
from the content-addressed store, hash-verified
426
}
427
428
func
serviceError(err error, name string) error {
429
if
err != nil {
430
return
err
431
}
432
return
fmt.Errorf(
"%w: %s"
, errRuntimeServiceRequired, name)
433
}
Callers
15
adminDirectoryService
Function · 0.85
adminOrgUnitDirectoryService
Function · 0.85
appScriptService
Function · 0.85
analyticsAdminService
Function · 0.85
analyticsDataService
Function · 0.85
calendarService
Function · 0.85
chatService
Function · 0.85
classroomService
Function · 0.85
cloudIdentityService
Function · 0.85
keepServiceWithServiceAccount
Function · 0.85
meetService
Function · 0.85
photosService
Function · 0.85
Calls
1
Errorf
Method · 0.80
Tested by
no test coverage detected