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

Struct CodeStorage

pkg/api/apiserver.go:33–36  ·  view source on GitHub ↗

CodeStorage

Source from the content-addressed store, hash-verified

31
32// CodeStorage
33type CodeStorage struct {
34 Location string
35 RepositoryType string
36}
37
38// FunctionConfig
39type FunctionConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected