MCPcopy
hub / github.com/openfaas/faas / Set

Method Set

gateway/scaling/function_cache.go:15–15  ·  view source on GitHub ↗
(functionName, namespace string, serviceQueryResponse ServiceQueryResponse)

Source from the content-addressed store, hash-verified

13// FunctionCacher queries functions and caches the results
14type FunctionCacher interface {
15 Set(functionName, namespace string, serviceQueryResponse ServiceQueryResponse)
16 Get(functionName, namespace string) (ServiceQueryResponse, bool)
17}
18

Callers 15

RoundTripMethod · 0.65
FetchMethod · 0.65
AddMetricsHandlerFunction · 0.65
makeFunctionsHandlerFunction · 0.65
CollectMethod · 0.65
getFunctionsMethod · 0.65
GetMethod · 0.65
ScaleMethod · 0.65

Implementers 1

FunctionCachegateway/scaling/function_cache.go

Calls

no outgoing calls