package
1.10.20
Repository: https://github.com/code-payments/code-server.git
Documentation: pkg.go.dev

# Functions

Float64 returns a pointer to the provided float64 value.
Float64Copy returns a pointer that's a copy of the provided value.
Float64IfValid returns a pointer to the value if it's valid, otherwise nil.
Float64OrDefault returns the pointer if not nil, otherwise the default value.
String returns a pointer to the provided string value.
StringCopy returns a pointer that's a copy of the provided value.
StringIfValid returns a pointer to the value if it's valid, otherwise nil.
StringOrDefault returns the pointer if not nil, otherwise the default value.
Time returns a pointer to the provided time.Time value.
TimeCopy returns a pointer that's a copy of the provided value.
TimeIfValid returns a pointer to the value if it's valid, otherwise nil.
TimeOrDefault returns the pointer if not nil, otherwise the default value.
Uint64 returns a pointer to the provided uint64 value.
Uint64Copy returns a pointer that's a copy of the provided value.
Uint64IfValid returns a pointer to the value if it's valid, otherwise nil.
Uint64OrDefault returns the pointer if not nil, otherwise the default value.