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

Struct BsamFunctionResource

pkg/funclet/types.go:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107type BsamResources map[string]*BsamFunctionResource
108
109type BsamFunctionResource struct {
110 Type string `yaml:"Type"`
111 Properties *BsamFunctionProperties `yaml:"Properties"`
112}
113
114type BsamFunctionProperties struct {
115 CodeUri string `yaml:"CodeUri"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected