MCPcopy 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
18func GetDynamicResourceDriver(key string) (Worker, bool) {
19 v, ok := dynamicResourceMap[key]
20 return v, ok
21}
22
23var dynamicResourceMap = map[string]Worker{
24 "service": {

Callers 1

NewDynamicClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected