Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ GetDynamicResourceDriver
Function
GetDynamicResourceDriver
gateway/profession.go:18–21 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
GetDynamicResourceDriver(key string) (Worker, bool) {
19
v, ok := dynamicResourceMap[key]
20
return
v, ok
21
}
22
23
var
dynamicResourceMap =
map
[string]Worker{
24
"service"
: {
Callers
1
NewDynamicClient
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected