Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ GetAuth
Method
GetAuth
module/application-authorization/auth-driver/manager.go:23–25 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(m *Manager) GetAuth(name string) (IFactory, bool) {
24
return
m.authFactory.Get(name)
25
}
26
27
func
GetAuthFactory(name string) (IFactory, bool) {
28
return
defaultManager.GetAuth(name)
Callers
1
GetAuthFactory
Function · 0.80
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected