| 107 | type BsamResources map[string]*BsamFunctionResource |
| 108 | |
| 109 | type BsamFunctionResource struct { |
| 110 | Type string `yaml:"Type"` |
| 111 | Properties *BsamFunctionProperties `yaml:"Properties"` |
| 112 | } |
| 113 | |
| 114 | type BsamFunctionProperties struct { |
| 115 | CodeUri string `yaml:"CodeUri"` |
nothing calls this directly
no outgoing calls
no test coverage detected