Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 2025 Changes in this version + func GetPointer[T comparable](value T) *T + func GetSlicePointer[T comparable](value []T) (result []*T) + func GetStatusPointer(value *uint32) (result *uint8) + func GetTimeMilliPointer(value *int64) (result *time.Time) + func GetTimePointer(value *int64, nsec int64) (result *time.Time) + func GetUnixMilliPointer(value int64) *int64