()
| 27 | } |
| 28 | |
| 29 | func DefaultConfig() Config { |
| 30 | return Config{ |
| 31 | Buildpack: dist.BuildpackURI{ |
| 32 | URI: ".", |
| 33 | }, |
| 34 | Platform: dist.Platform{ |
| 35 | OS: defaultOS, |
| 36 | }, |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | func DefaultExtensionConfig() Config { |
| 41 | return Config{ |
no outgoing calls