package
0.0.0-20240721053405-ceb10ea96c1c
Repository: https://github.com/hbomb79/thea.git
Documentation: pkg.go.dev
# Functions
ApplyConversion applies a converter function to each of the models provided to this function.
ApplyOptionalConversion takes a pointer to a slice of models and will return nil if the pointer is nil, else it will dereference the pointer and using [ApplyConversion] to apply the converter function over all the elements in the slice.
NotNilOrDefault expects a pointer to some type.