Documentation ¶
Index ¶
- func Convert_bool_To_optional_Bool(in *bool, out *Bool, _ conversion.Scope) error
- func Convert_int_To_optional_Int(in *int, out *Int, _ conversion.Scope) error
- func Convert_optional_Bool_To_bool(in *Bool, out *bool, _ conversion.Scope) error
- func Convert_optional_Int_To_int(in *Int, out *int, _ conversion.Scope) error
- func Convert_optional_String_To_string(in *String, out *string, _ conversion.Scope) error
- func Convert_string_To_optional_String(in *string, out *String, _ conversion.Scope) error
- func RestoreBool(previous, dst *Bool)
- func RestoreInt(previous, dst *Int)
- func RestoreString(previous, dst *String)
- type Bool
- type Int
- type String
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert_bool_To_optional_Bool ¶
func Convert_bool_To_optional_Bool(in *bool, out *Bool, _ conversion.Scope) error
func Convert_int_To_optional_Int ¶
func Convert_int_To_optional_Int(in *int, out *Int, _ conversion.Scope) error
func Convert_optional_Bool_To_bool ¶
func Convert_optional_Bool_To_bool(in *Bool, out *bool, _ conversion.Scope) error
func Convert_optional_Int_To_int ¶
func Convert_optional_Int_To_int(in *Int, out *int, _ conversion.Scope) error
func Convert_optional_String_To_string ¶
func Convert_optional_String_To_string(in *String, out *string, _ conversion.Scope) error
func Convert_string_To_optional_String ¶
func Convert_string_To_optional_String(in *string, out *String, _ conversion.Scope) error
func RestoreBool ¶
func RestoreBool(previous, dst *Bool)
func RestoreInt ¶
func RestoreInt(previous, dst *Int)
func RestoreString ¶
func RestoreString(previous, dst *String)
Types ¶
type Bool ¶
type Bool *bool
Bool is a bool that can be unspecified. bools which are converted to optional.Bool during API conversion will be converted to nil if the value was previously false.
Click to show internal directories.
Click to hide internal directories.