Documentation ¶
Index ¶
- func AwsConfigFromCredentials(accessKeyId string, secretAccessKey string, sessionToken string) aws.Config
- func CoalesceErr(args ...error) error
- func FileExists(path string) bool
- func GetCurrentAccountId(cfg aws.Config) (string, error)
- func Min(a int, b int) int
- func RandomHexString(length int) string
- func RandomString(length int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwsConfigFromCredentials ¶ added in v0.0.14
func CoalesceErr ¶
func FileExists ¶
func Min ¶ added in v1.4.0
The Min function returns the smallest of two integers Note: math.Min only works for float64
func RandomHexString ¶ added in v1.2.0
func RandomString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.