Documentation ¶
Index ¶
- func BoolToString(b *bool) string
- func BoolValue(b *bool) bool
- func GenerateRandomString(n int) string
- func IsEqualStruct(in interface{}, cmp interface{}) bool
- func NewBoolPointer(b bool) *bool
- func NewInt32Pointer(i int32) *int32
- func NewInt64Pointer(i int64) *int64
- func NewStringPointer(s string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolToString ¶
BoolToString return "true" if b == true, else "false"
func GenerateRandomString ¶
GenerateRandomString use to generate random string with a define size
func IsEqualStruct ¶
func IsEqualStruct(in interface{}, cmp interface{}) bool
IsEqualStruct is a util fonction that returns whether 2 structures are the same We compare the marchaled results to avoid traversing all fields and be agnostic of the struct.
func NewBoolPointer ¶
NewBoolPointer returns pointer on a new bool value instance
func NewInt32Pointer ¶
NewInt32Pointer returns pointer on a new int32 value instance
func NewInt64Pointer ¶
NewInt64Pointer returns pointer on a new int32 value instance
func NewStringPointer ¶
NewStringPointer returns pointer on a new string value instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.