Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
A Group can perform many operations in parallel, returning all errors that occur, as a hashicorp/go-multierror.Error instance, once all operations have completed.
func (*Group) GoWithContext ¶ added in v1.1.0
GoWithContext is a helper for funcs or methods that already take a context, to avoid annoying boilerplate.
Click to show internal directories.
Click to hide internal directories.