Extensions returns the extensions list
()
| 277 | |
| 278 | // Extensions returns the extensions list |
| 279 | func (b *Builder) Extensions() []dist.ModuleInfo { |
| 280 | return b.metadata.Extensions |
| 281 | } |
| 282 | |
| 283 | // CreatedBy returns metadata around the creation of the builder |
| 284 | func (b *Builder) CreatedBy() CreatorMetadata { |
no outgoing calls