Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2023 Changes in this version + func GetPointer(value T) *T + func GetSlicePointer(value []T) (result []*T) + func GetStatusPointer(value *uint32) (result *uint8) + func GetTimePointer(value *int64, nsec int64) (result *time.Time)