Documentation ¶
Index ¶
- func GetBoolean(data []byte, keys ...string) (bool, error)
- func GetFloat(data []byte, keys ...string) (float64, error)
- func GetInt(data []byte, keys ...string) (int64, error)
- func GetString(data []byte, keys ...string) (string, error)
- func MustGetBoolean(data []byte, keys ...string) bool
- func MustGetFloat(data []byte, keys ...string) float64
- func MustGetInt(data []byte, keys ...string) int64
- func MustGetString(data []byte, keys ...string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGetBoolean ¶
func MustGetFloat ¶
func MustGetInt ¶
func MustGetString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.