(label string, run func() error)
| 60 | } |
| 61 | |
| 62 | func (a *App) RunWithProgress(label string, run func() error) error { |
| 63 | return a.io.RunWithProgress(label, run) |
| 64 | } |
| 65 | |
| 66 | //go:generate moq -fmt goimports -rm -skip-ensure -out mock_api.go . apiClient |
| 67 | type apiClient interface { |
no outgoing calls
no test coverage detected