Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
tailnet/coordinator.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(e AuthorizationError) Error() string {
108
return
fmt.Sprintf(
"authorization: %s"
, e.Wrapped.Error())
109
}
110
111
func
(e AuthorizationError) Unwrap() error {
112
return
e.Wrapped
Callers
15
TestClientUserCoordinateeAuth
Function · 0.45
TestTailnet
Function · 0.45
TestNewDERPMap
Function · 0.45
TestConfigMaps_updatePeers_disconnect
Function · 0.45
expectStatusWithHandshake
Function · 0.45
setStatus
Method · 0.45
TestController_TelemetrySuccess
Function · 0.45
Dial
Method · 0.45
Coordinate
Method · 0.45
node
Method · 0.45
updateTunnelPeersLocked
Method · 0.45
addTunnelLocked
Method · 0.45
Calls
no outgoing calls
Tested by
10
TestClientUserCoordinateeAuth
Function · 0.36
TestTailnet
Function · 0.36
TestNewDERPMap
Function · 0.36
TestConfigMaps_updatePeers_disconnect
Function · 0.36
expectStatusWithHandshake
Function · 0.36
TestController_TelemetrySuccess
Function · 0.36
Dial
Method · 0.36
TestCoordinator
Function · 0.36
TestResumeTokenKeyProvider
Function · 0.36
TestDERPExpvarCollector
Function · 0.36