Outputs returns the Outputs node as a map
()
| 51 | |
| 52 | // Outputs returns the Outputs node as a map |
| 53 | func (module *Module) Outputs() map[string]any { |
| 54 | return node.DecodeMap(module.OutputsNode) |
| 55 | } |
| 56 | |
| 57 | // Parameters returns the Parameters node as a map |
| 58 | func (module *Module) Parameters() map[string]any { |
no test coverage detected