Versions in this module Expand all Collapse all v2 v2.0.0 Feb 28, 2024 Changes in this version + func GetArrayPointerIfNotEmpty[T any](input []T) *[]T + func GetNonZeroValue[T constraints.Integer](val T) *T + func GetOrDefault[T any](ptr *T, defaultValue T) T + func GetOrZero[T any](ptr *T) T + func GetStringPointerIfNotEmpty(input string) *string + func Get[T any](val T) *T + func StringToTimePointer(value string) *time.Time Other modules containing this package github.com/fmenezes/mongodb-atlas-cli