| 214 | } |
| 215 | |
| 216 | type AppConfig struct { |
| 217 | EnvValues map[string]string |
| 218 | RequestParams RequestParams |
| 219 | Strategy FileOutputStrategy |
| 220 | // AudienceVar is the env variable name to add when --api is also specified. |
| 221 | // It receives the API identifier (audience URL) as its value. |
| 222 | // Leave empty for frameworks where the audience is not configured via an env file. |
| 223 | AudienceVar string |
| 224 | } |
| 225 | |
| 226 | // FrameworkBuildTools maps "type:framework" to the sorted list of build-tool |
| 227 | // variants from QuickstartConfigs (including the "none" sentinel). |
nothing calls this directly
no outgoing calls
no test coverage detected