MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / CacheType

TypeAlias CacheType

pkg/controller/function/cache.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type CacheType string
26
27const (
28 CacheTypeFunction CacheType = "function"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected