Documentation
¶
Index ¶
- func BoolPtr(b bool) *bool
- func DeepCopyString(s string) string
- func FindString(target string, slice ...string) bool
- func FindStringVague(target string, slice ...string) bool
- func Int32Ptr(i int32) *int32
- func Int64Ptr(i int64) *int64
- func StringPtr(s string) *string
- func TimePtr(time time.Time) *time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopyString ¶ added in v0.3.0
DeepCopyString deep copy a string with new memory space
func FindString ¶
FindString return true if target in slice, return false if not
func FindStringVague ¶
FindStringVague return true if target is a sub string of strings in slice, return false if not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.