Documentation
¶
Index ¶
- func CombineList[T any](t ...[]T) []T
- func ToByteArray(id uuid.UUID) []byte
- func ToByteArrayPtr(id *uuid.UUID) *[]byte
- func ToDateTime(milliSec int64) time.Time
- func ToDateTimePtr(milliSec *int64) *time.Time
- func ToPtr[T any](data T) *T
- func ToUUID(barray []byte) uuid.UUID
- func ToUUIDPtr(barray *[]byte) *uuid.UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineList ¶
func CombineList[T any](t ...[]T) []T
func ToByteArray ¶
func ToByteArrayPtr ¶
func ToDateTime ¶
func ToDateTimePtr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.