Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete all service in parallel in commands #609

Merged
merged 3 commits into from
Dec 1, 2018
Merged

Conversation

krhubert
Copy link
Contributor

@krhubert krhubert commented Dec 1, 2018

close #603

@@ -23,3 +26,16 @@ func (e Errors) Error() string {

return strings.Join(s, "\n")
}

// SyncErrors is an error for tracing multiple errors safe to use in multiple goroutines.
type SyncErrors struct {
Copy link
Contributor

@ilgooz ilgooz Dec 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to have Append and AppendSync (or AppendSafe) methods for Error type. I think we don't quite need two types here.

@krhubert krhubert merged commit 5b7db2f into dev Dec 1, 2018
@NicolasMahe NicolasMahe deleted the fix/provider-delete-all branch December 4, 2018 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

commands: delete 'all' services in parallel
3 participants