(parameters []plugin.ExecutionParameter)
| 87 | } |
| 88 | |
| 89 | func (c DigitizeCommand) getProjectId(parameters []plugin.ExecutionParameter) string { |
| 90 | return c.getStringParameter("project-id", "00000000-0000-0000-0000-000000000000", parameters) |
| 91 | } |
| 92 | |
| 93 | func (c DigitizeCommand) getStringParameter(name string, defaultValue string, parameters []plugin.ExecutionParameter) string { |
| 94 | result := defaultValue |
no test coverage detected