()
| 39 | } |
| 40 | |
| 41 | func (c *ModuleConfig) DisplayString() string { |
| 42 | if c.FullName() != "" { |
| 43 | return c.FullName() |
| 44 | } |
| 45 | |
| 46 | return c.ImageOrURI.DisplayString() |
| 47 | } |
| 48 | |
| 49 | // StackConfig details the configuration of a Stack |
| 50 | type StackConfig struct { |