Documentation
¶
Index ¶
- func AsFloat64(v any) (float64, error)
- func AsInt(v any) (int, error)
- func AsString(v any) (string, error)
- func AsTime(v any) (time.Time, error)
- func AsUint(v any) (uint, error)
- func GetFloat64(props map[string]any, name string) (float64, bool, error)
- func GetInt(props map[string]any, name string) (int, bool, error)
- func GetString(props map[string]any, name string) (string, bool, error)
- func GetTime(props map[string]any, name string) (time.Time, bool, error)
- func GetUint(props map[string]any, name string) (uint, bool, 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.