| 112 | } |
| 113 | |
| 114 | type 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 | |
| 123 | func NewBsamTemplate() *BsamTemplate { |
| 124 | return &BsamTemplate{ |
nothing calls this directly
no outgoing calls
no test coverage detected