Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UniqueID ¶
func UniqueID() string
Returns a unique (ish) id we can attach to resources and tfstate files so they don't conflict with each other Uses base 62 to generate a 6 character string that's unlikely to collide with the handful of tests we run in parallel. Based on code here: http://stackoverflow.com/a/9543797/483528
Types ¶
type MultiErr ¶ added in v0.1.21
type MultiErr struct {
// contains filtered or unexported fields
}
MultiErr is a meta error that can be used to track multiple errors in a routine (e.g., for loop) so that you can return all the errors in aggregate.
Click to show internal directories.
Click to hide internal directories.