package
0.0.0-20240914143308-98dd8416e15d
Repository: https://github.com/webdevops/go-common.git
Documentation: pkg.go.dev

# Functions

Bool returns bool from a bool pointer.
BoolPtr returns bool pointer from a bool.
BoolString returns string (True/False) from a bool.
Float32 returns float32 from a float32 pointer.
Float32Ptr returns float32 ptr from float32 value.
Float64 returns float64 from a float64 pointer.
Float64Ptr returns float64 pointer from float64 value.
Int returns int from an int pointer.
Int32 returns int32 from an int32 pointer.
Int32Ptr returns int32 pointer from int32.
Int64 returns int64 from an int64 pointer.
Int64Ptr returns int64 pointer from int64 value.
IntPtr returns int pointer from int value.
Number returns number from an number pointer (generic).
NumberPtr returns number pointer from number (generic).
Ptr return the pointer from value.
Slice returns a slice with values from a slice with pointer values.
Slice returns a slice with pointer values from a slice with values.
String returns a string from a string pointer.
StringLower returns lowercased string from a string pointer.
StringMap returns string map from a map string pointer values.
StringMapPtr returns pointer to a map with string pointers from a string map.
StringPtr returns pointer from string.
UnixTime converts time.Time to unix timestamp (float64).
Val return the value from a pointer.
Value return the value from a pointer.
ValuePtr return the pointer from value.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author