Documentation
¶
Index ¶
- func JSONSliceOfInterfaceToSliceOfMaps(input []any) ([]map[string]any, error)
- func JSONToMapOfInterfaces(input string) (map[string]any, error)
- func New(version string) func() *schema.Provider
- func SliceOfInterfacesToSliceOfStrings(input []any) ([]string, error)
- func YAMLSliceOfInterfaceToSliceOfMaps(input []any) ([]map[string]any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONSliceOfInterfaceToSliceOfMaps ¶ added in v1.26.0
JSONSliceOfInterfaceToSliceOfMaps takes a slice of JSON strings as input and returns a slice of map[any]any
func JSONToMapOfInterfaces ¶ added in v1.26.0
JSONToMapOfInterfaces takes a JSON string as input and returns a map[string]any
func SliceOfInterfacesToSliceOfStrings ¶ added in v1.26.0
SliceOfInterfacesToSliceOfStrings takes a slice of interfaces and converts it to a slice of strings
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.