Versions in this module Expand all Collapse all v0 v0.0.3 Nov 11, 2024 Changes in this version + 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 *bool + type Int *int + type String *string