Documentation ¶
Index ¶
- func GetBool(obj map[string]any, key string) (bool, error)
- func GetBoolOptional(obj map[string]any, key string) (bool, error)
- func GetMap(obj map[string]any, key string) (map[string]any, error)
- func GetMapOptional(obj map[string]any, key string) (map[string]any, error)
- func GetString(obj map[string]any, key string) (string, error)
- func GetStringOptional(obj map[string]any, key string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.