Documentation
¶
Overview ¶
Package convext (convert extensions) are helpers for converting things.
Index ¶
- func Must(e error)
- func MustMarshal(o interface{}) string
- func MustParseBool(s string) bool
- func MustParseFloat(s string) float64
- func MustParseInt(s string) int
- func MustString(s string, e error) string
- func MustToObject(o interface{}) map[string]interface{}
- func MustUnmarshal(b []byte, ptr interface{})
- func SortedObjectKeys(o map[string]interface{}) []string
- func ToObject(o interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustMarshal ¶
func MustMarshal(o interface{}) string
func MustParseBool ¶
func MustParseFloat ¶
func MustParseInt ¶
func MustString ¶
func MustToObject ¶
func MustToObject(o interface{}) map[string]interface{}
func MustUnmarshal ¶
func MustUnmarshal(b []byte, ptr interface{})
func SortedObjectKeys ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.