Documentation
¶
Index ¶
- func Int(v int) *int
- func IntValue(v *int) int
- func MD5Hash(text string) string
- func String(v string) *string
- func StringValue(v *string) string
- func ToBool(value interface{}) interface{}
- func ToFloat(value interface{}) interface{}
- func ToInt(value interface{}) interface{}
- func ToString(value interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntValue ¶ added in v0.0.4
IntValue returns the value of the string pointer passed in or "" if the pointer is nil.
func StringValue ¶ added in v0.0.3
StringValue returns the value of the string pointer passed in or "" if the pointer is nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.