ExplodedModules returns all build modules that will be added to the output artifact as a single layer containing a single module.
()
| 8 | // ExplodedModules returns all build modules that will be added to the output artifact as a single layer |
| 9 | // containing a single module. |
| 10 | ExplodedModules() []BuildModule |
| 11 | |
| 12 | // AddModules adds module information to the collection as flattened or not, depending on how the collection is configured. |
| 13 | AddModules(main BuildModule, deps ...BuildModule) |
no outgoing calls