Documentation ¶
Index ¶
- func ContainsAsSubstring(slice []string, element string) bool
- func ContainsEitherSubstring(slice []string, elements []string) bool
- func FromListValueToStringList(tl types.List) []string
- func FromSetValueToStringList(tl types.Set) []string
- func GetCdpClientForDataSource(req datasource.ConfigureRequest, resp *datasource.ConfigureResponse) *cdp.Client
- func GetCdpClientForResource(req resource.ConfigureRequest, resp *resource.ConfigureResponse) *cdp.Client
- func GetMapFromSingleItemList(d *schema.ResourceData, name string) (map[string]interface{}, error)
- func GetMapFromSingleItemListInMap(d map[string]interface{}, name string) (map[string]interface{}, error)
- func ToBaseTypesStringMap(in map[string]string) map[string]types.String
- func ToListToBaseType(in []string) types.List
- func ToListToBaseTypesStringList(in []string) []types.String
- func ToStringList(configured []interface{}) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAsSubstring ¶
func ContainsEitherSubstring ¶
func GetCdpClientForDataSource ¶
func GetCdpClientForDataSource(req datasource.ConfigureRequest, resp *datasource.ConfigureResponse) *cdp.Client
func GetCdpClientForResource ¶
func GetCdpClientForResource(req resource.ConfigureRequest, resp *resource.ConfigureResponse) *cdp.Client
func GetMapFromSingleItemList ¶
func GetMapFromSingleItemList(d *schema.ResourceData, name string) (map[string]interface{}, error)
func ToListToBaseType ¶
func ToStringList ¶
func ToStringList(configured []interface{}) []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.