utils

package
v0.55.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MPL-2.0 Imports: 6 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloseOrLogError

func CloseOrLogError(ctx context.Context) func(io.Closer)

CloseOrLogError closes the given io.Closer and logs any error.

func ConvertToStringSlice added in v0.46.5

func ConvertToStringSlice(interfaceSlice []interface{}) []string

ConvertToStringSlice helps convert interface slice to string slice.

func GetAnyBoolEnv added in v0.22.0

func GetAnyBoolEnv(ks ...string) bool

GetAnyBoolEnv returns the first non-empty boolean value from the environment variables.

func GetAnyIntEnv added in v0.52.0

func GetAnyIntEnv(ks ...string) int

GetAnyIntEnv returns the first non-empty integer value from the environment variables.

func GetAnyStringEnv added in v0.22.0

func GetAnyStringEnv(ks ...string) string

GetAnyStringEnv returns the first non-empty string value from the environment variables.

func MapResourceList added in v0.52.0

func MapResourceList(resourceList []interface{}, attrName string) map[string]interface{}

MapResourceList generates a list of strings from a Terraform resource list (list of maps). The list is generated from the value of the specified attribute.

"Map" in this context is a functional programming term, not a Go map. "Resource" in this context is a Terraform resource, i.e. a map of attributes.

func OrderedListFromMap added in v0.47.0

func OrderedListFromMap(inputMap map[string]interface{}) []interface{}

OrderedListFromMap generates a list from a map's values. The values are sorted based on the map's keys.

func OrderedListFromMapByKeyValues added in v0.52.0

func OrderedListFromMapByKeyValues(inputMap map[string]interface{}, keyList []string) []interface{}

OrderedListFromMapByKeyValues generates a list from a map's values. The values are sorted based on the provided key list. If a key is not found in the map, it is skipped.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL