Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OptionalString ¶
OptionalString converts a Go string to a types.String, returning StringNull if the input is an empty string, otherwise returning StringValue with the input.
func OptionalStringList ¶
OptionalStringList converts a Go string slice to a types.List, returning ListNull if the input slice is empty, otherwise returning a ListValueFrom with the input.
func OptionalStringSet ¶ added in v0.0.61
OptionalStringSet converts a Go string slice to a types.Set, returning SetNull if the input slice is empty, otherwise returning a SetValueFrom with the input.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.