package
2.11.0+incompatible
Repository: https://github.com/thethingsnetwork/ttn.git
Documentation: pkg.go.dev

# Functions

Bool creates a pointer to a boolean from a boolean value.
DumpStruct prints the content of a struct of pointers.
Float32 creates a pointer to a float32 from a float32 value.
Float64 creates a pointer to a float64 from a float64 value.
Int creates a pointer to an int from an int value.
Int16 creates a pointer to an int16 from an int16 value.
Int32 creates a pointer to an int32 from an int32 value.
Int64 creates a pointer to an int64 from an int64 value.
Int8 creates a pointer to an int8 from an int8 value.
String creates a pointer to a string from a string value.
Time creates a pointer to a time.Time from a time.Time value.
Uint creates a pointer to an unsigned int from an unsigned int value.
Uint16 creates a pointer to an unsigned int from an unsigned int16 value.
Uint32 creates a pointer to an unsigned int from an unsigned int32 value.
Uint64 creates a pointer to an unsigned int from an unsigned int64 value.
Uint8 creates a pointer to an unsigned int from an unsigned int8 value.