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

Struct BsamFunctionProperties

pkg/funclet/types.go:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type BsamFunctionProperties struct {
115 CodeUri string `yaml:"CodeUri"`
116 Handler string `yaml:"Handler"`
117 Runtime string `yaml:"Runtime"`
118 MemorySize int `yaml:"MemorySize"`
119 Timeout int `yaml:"Timeout"`
120 Environment *api.Environment `yaml:"Environment"`
121}
122
123func NewBsamTemplate() *BsamTemplate {
124 return &BsamTemplate{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected