Documentation ¶
Index ¶
- Variables
- func AttrValueToString(val attr.Value) string
- func ConvertInterfaceToListOfString(input interface{}) (*[]string, error)
- func ConvertStringArray(items []types.String) []string
- func DayTimeFormatToSeconds(timeStr string) (int64, error)
- func GetDiagnosticsForApiError(err error, actionType string, objectName string, objectId string) diag.Diagnostics
- func SecondsToDayTimeFormat(seconds int) string
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeRegex = regexp.MustCompile(`^([01]?[0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]$`)
TimeRegex Regular expression for HH:MM:SS format.
Functions ¶
func AttrValueToString ¶
func ConvertInterfaceToListOfString ¶ added in v1.0.0
func ConvertStringArray ¶ added in v1.1.0
func DayTimeFormatToSeconds ¶
func SecondsToDayTimeFormat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.