Documentation
¶
Index ¶
- func DatePointerToStringPointer(value *sdkTypes.Date) *string
- func DateToString(value sdkTypes.Date) string
- func Int32PointerToIntPointer(value *int32) *int
- func Int64PointerToInt32Pointer(value *int64) *int32
- func IntPointerToInt32Pointer(value *int) *int32
- func IntPointerToInt64Pointer(value *int) *int64
- func TimePointerToStringPointer(value *time.Time) *string
- func TimeToString(value time.Time) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatePointerToStringPointer ¶
Converts a date *types.Date to *string.
func DateToString ¶
Converts a date types.Date to string.
func Int32PointerToIntPointer ¶
Converts an *int32 to *int.
func Int64PointerToInt32Pointer ¶
Converts an *int64 to *int32.
func IntPointerToInt32Pointer ¶
Converts an *int to *int32.
func IntPointerToInt64Pointer ¶
Converts an *int to *int64.
func TimePointerToStringPointer ¶
Converts a date-time *time.Time to *string.
func TimeToString ¶
Converts a date-time time.Time to string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.